Shades of Dark Orchid #B119CB
Tints of Dark Orchid #B119CB
RGB
CMYK
RGB Variations
Color information
#B119CB (or 0xB119CB) is known color: Dark Orchid. HEX triplet: B1, 19 and CB. RGB value is (177,25,203). Sum of RGB (Red+Green+Blue) = 177+25+203=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #B119CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B119CB is #4EE634. Grayscale: #5A5A5A. Windows color (decimal): -5170741 or 13310385. OLE color: 13310385.
HSL color Cylindrical-coordinate representation of color #B119CB: hue angle of 291.24º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B119CB is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 25 | 203 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.20 |
| HSL | 291.24º | 0.78% | 0.45% | - |
| HSV(B) | 291.24º | 0.88% | 0.8% | - |
| XYZ | 29.26 | 14.35 | 57.73 | - |
| YUV | 90.74 | 191.36 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 25 | 203 | 0.13 | 0.88 | 0 | 0.20 | 291.24 | 0.78 | 0.45 |
| Hex | B1 | 19 | CB | D | 58 | 0 | 14 | 123 | 4E | 2D |
| Octal | 261 | 31 | 313 | 15 | 130 | 0 | 24 | 443 | 116 | 55 |
| Binary | 10110001 | 11001 | 11001011 | 1101 | 1011000 | 0 | 10100 | 100100011 | 1001110 | 101101 |
Color Harmonies of #B119CB
Complementary color
Monochromatic Colors of #B119CB
Black with #B119CB
Text Example
Text Example
White with #B119CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B119CB; }
p { color: rgb(177,25,203); }
H1.HeaderClassName
{
color: #B119CB;
}
.AnyTagClassName
{
color: #B119CB;
}
</style>
background-color css
<style>
a { background-color: #B119CB; }
a { background-color: rgb(177,25,203); }
div.DivClassName
{
background-color: #B119CB;
}
.BgClassName
{
background-color: #B119CB;
}
</style>
border-color css
<style>
span { border-color: #B119CB; }
span { border-color: rgb(177,25,203); }
td.TdClassName
{
border-color: #B119CB;
}
.TagClassName
{
border-color: #B119CB;
}
</style>