Shades of Dark Orchid #B11BCB
Tints of Dark Orchid #B11BCB
RGB
CMYK
RGB Variations
Color information
#B11BCB (or 0xB11BCB) is known color: Dark Orchid. HEX triplet: B1, 1B and CB. RGB value is (177,27,203). Sum of RGB (Red+Green+Blue) = 177+27+203=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 27 (10.94% from 255 or 6.63% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #B11BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11BCB is #4EE434. Grayscale: #5B5B5B. Windows color (decimal): -5170229 or 13310897. OLE color: 13310897.
HSL color Cylindrical-coordinate representation of color #B11BCB: hue angle of 291.14º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B11BCB is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 27 | 203 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.20 |
| HSL | 291.14º | 0.77% | 0.45% | - |
| HSV(B) | 291.14º | 0.87% | 0.8% | - |
| XYZ | 29.3 | 14.44 | 57.74 | - |
| YUV | 91.91 | 190.7 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 27 | 203 | 0.13 | 0.87 | 0 | 0.20 | 291.14 | 0.77 | 0.45 |
| Hex | B1 | 1B | CB | D | 57 | 0 | 14 | 123 | 4D | 2D |
| Octal | 261 | 33 | 313 | 15 | 127 | 0 | 24 | 443 | 115 | 55 |
| Binary | 10110001 | 11011 | 11001011 | 1101 | 1010111 | 0 | 10100 | 100100011 | 1001101 | 101101 |
Color Harmonies of #B11BCB
Complementary color
Monochromatic Colors of #B11BCB
Black with #B11BCB
Text Example
Text Example
White with #B11BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11BCB; }
p { color: rgb(177,27,203); }
H1.HeaderClassName
{
color: #B11BCB;
}
.AnyTagClassName
{
color: #B11BCB;
}
</style>
background-color css
<style>
a { background-color: #B11BCB; }
a { background-color: rgb(177,27,203); }
div.DivClassName
{
background-color: #B11BCB;
}
.BgClassName
{
background-color: #B11BCB;
}
</style>
border-color css
<style>
span { border-color: #B11BCB; }
span { border-color: rgb(177,27,203); }
td.TdClassName
{
border-color: #B11BCB;
}
.TagClassName
{
border-color: #B11BCB;
}
</style>