Shades of Dark Orchid #BB27CF
Tints of Dark Orchid #BB27CF
RGB
CMYK
RGB Variations
Color information
#BB27CF (or 0xBB27CF) is known color: Dark Orchid. HEX triplet: BB, 27 and CF. RGB value is (187,39,207). Sum of RGB (Red+Green+Blue) = 187+39+207=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 39 (15.62% from 255 or 9.01% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB27CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB27CF is #44D830. Grayscale: #656565. Windows color (decimal): -4511793 or 13576123. OLE color: 13576123.
HSL color Cylindrical-coordinate representation of color #BB27CF: hue angle of 292.86º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB27CF is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 39 | 207 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.19 |
| HSL | 292.86º | 0.68% | 0.48% | - |
| HSV(B) | 292.86º | 0.81% | 0.81% | - |
| XYZ | 32.48 | 16.52 | 60.51 | - |
| YUV | 102.4 | 187.03 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 207 | 0.10 | 0.81 | 0 | 0.19 | 292.86 | 0.68 | 0.48 |
| Hex | BB | 27 | CF | A | 51 | 0 | 13 | 125 | 44 | 30 |
| Octal | 273 | 47 | 317 | 12 | 121 | 0 | 23 | 445 | 104 | 60 |
| Binary | 10111011 | 100111 | 11001111 | 1010 | 1010001 | 0 | 10011 | 100100101 | 1000100 | 110000 |
Color Harmonies of #BB27CF
Complementary color
Monochromatic Colors of #BB27CF
Black with #BB27CF
Text Example
Text Example
White with #BB27CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB27CF; }
p { color: rgb(187,39,207); }
H1.HeaderClassName
{
color: #BB27CF;
}
.AnyTagClassName
{
color: #BB27CF;
}
</style>
background-color css
<style>
a { background-color: #BB27CF; }
a { background-color: rgb(187,39,207); }
div.DivClassName
{
background-color: #BB27CF;
}
.BgClassName
{
background-color: #BB27CF;
}
</style>
border-color css
<style>
span { border-color: #BB27CF; }
span { border-color: rgb(187,39,207); }
td.TdClassName
{
border-color: #BB27CF;
}
.TagClassName
{
border-color: #BB27CF;
}
</style>