Shades of Dark Orchid #BB27E6
Tints of Dark Orchid #BB27E6
RGB
CMYK
RGB Variations
Color information
#BB27E6 (or 0xBB27E6) is known color: Dark Orchid. HEX triplet: BB, 27 and E6. RGB value is (187,39,230). Sum of RGB (Red+Green+Blue) = 187+39+230=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 39 (15.62% from 255 or 8.55% from 456); Blue value is 230 (90.23% from 255 or 50.44% from 456); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB27E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB27E6 is #44D819. Grayscale: #686868. Windows color (decimal): -4511770 or 15083451. OLE color: 15083451.
HSL color Cylindrical-coordinate representation of color #BB27E6: hue angle of 286.49º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB27E6 is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 39 | 230 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.10 |
| HSL | 286.49º | 0.79% | 0.53% | - |
| HSV(B) | 286.49º | 0.83% | 0.9% | - |
| XYZ | 35.5 | 17.73 | 76.41 | - |
| YUV | 105.03 | 198.53 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 230 | 0.19 | 0.83 | 0 | 0.10 | 286.49 | 0.79 | 0.53 |
| Hex | BB | 27 | E6 | 13 | 53 | 0 | A | 11E | 4F | 35 |
| Octal | 273 | 47 | 346 | 23 | 123 | 0 | 12 | 436 | 117 | 65 |
| Binary | 10111011 | 100111 | 11100110 | 10011 | 1010011 | 0 | 1010 | 100011110 | 1001111 | 110101 |
Color Harmonies of #BB27E6
Complementary color
Monochromatic Colors of #BB27E6
Black with #BB27E6
Text Example
Text Example
White with #BB27E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB27E6; }
p { color: rgb(187,39,230); }
H1.HeaderClassName
{
color: #BB27E6;
}
.AnyTagClassName
{
color: #BB27E6;
}
</style>
background-color css
<style>
a { background-color: #BB27E6; }
a { background-color: rgb(187,39,230); }
div.DivClassName
{
background-color: #BB27E6;
}
.BgClassName
{
background-color: #BB27E6;
}
</style>
border-color css
<style>
span { border-color: #BB27E6; }
span { border-color: rgb(187,39,230); }
td.TdClassName
{
border-color: #BB27E6;
}
.TagClassName
{
border-color: #BB27E6;
}
</style>