Shades of Medium Orchid #B14ADF
Tints of Medium Orchid #B14ADF
RGB
CMYK
RGB Variations
Color information
#B14ADF (or 0xB14ADF) is known color: Medium Orchid. HEX triplet: B1, 4A and DF. RGB value is (177,74,223). Sum of RGB (Red+Green+Blue) = 177+74+223=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 74 (29.30% from 255 or 15.61% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #B14ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14ADF is #4EB520. Grayscale: #797979. Windows color (decimal): -5158177 or 14633649. OLE color: 14633649.
HSL color Cylindrical-coordinate representation of color #B14ADF: hue angle of 281.48º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B14ADF is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 74 | 223 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.13 |
| HSL | 281.48º | 0.7% | 0.58% | - |
| HSV(B) | 281.48º | 0.67% | 0.87% | - |
| XYZ | 33.9 | 19.57 | 71.8 | - |
| YUV | 121.78 | 185.12 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 74 | 223 | 0.21 | 0.67 | 0 | 0.13 | 281.48 | 0.7 | 0.58 |
| Hex | B1 | 4A | DF | 15 | 43 | 0 | D | 119 | 46 | 3A |
| Octal | 261 | 112 | 337 | 25 | 103 | 0 | 15 | 431 | 106 | 72 |
| Binary | 10110001 | 1001010 | 11011111 | 10101 | 1000011 | 0 | 1101 | 100011001 | 1000110 | 111010 |
Color Harmonies of #B14ADF
Complementary color
Monochromatic Colors of #B14ADF
Black with #B14ADF
Text Example
Text Example
White with #B14ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14ADF; }
p { color: rgb(177,74,223); }
H1.HeaderClassName
{
color: #B14ADF;
}
.AnyTagClassName
{
color: #B14ADF;
}
</style>
background-color css
<style>
a { background-color: #B14ADF; }
a { background-color: rgb(177,74,223); }
div.DivClassName
{
background-color: #B14ADF;
}
.BgClassName
{
background-color: #B14ADF;
}
</style>
border-color css
<style>
span { border-color: #B14ADF; }
span { border-color: rgb(177,74,223); }
td.TdClassName
{
border-color: #B14ADF;
}
.TagClassName
{
border-color: #B14ADF;
}
</style>