Shades of Dark Orchid #BB27D6
Tints of Dark Orchid #BB27D6
RGB
CMYK
RGB Variations
Color information
#BB27D6 (or 0xBB27D6) is known color: Dark Orchid. HEX triplet: BB, 27 and D6. RGB value is (187,39,214). Sum of RGB (Red+Green+Blue) = 187+39+214=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 39 (15.62% from 255 or 8.86% from 440); Blue value is 214 (83.98% from 255 or 48.64% from 440); Max value from RGB is 214 - color contains mainly: blue. Hex color #BB27D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB27D6 is #44D829. Grayscale: #666666. Windows color (decimal): -4511786 or 14034875. OLE color: 14034875.
HSL color Cylindrical-coordinate representation of color #BB27D6: hue angle of 290.74º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB27D6 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 39 | 214 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.16 |
| HSL | 290.74º | 0.69% | 0.5% | - |
| HSV(B) | 290.74º | 0.82% | 0.84% | - |
| XYZ | 33.36 | 16.87 | 65.12 | - |
| YUV | 103.2 | 190.53 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 214 | 0.13 | 0.82 | 0 | 0.16 | 290.74 | 0.69 | 0.5 |
| Hex | BB | 27 | D6 | D | 52 | 0 | 10 | 123 | 45 | 32 |
| Octal | 273 | 47 | 326 | 15 | 122 | 0 | 20 | 443 | 105 | 62 |
| Binary | 10111011 | 100111 | 11010110 | 1101 | 1010010 | 0 | 10000 | 100100011 | 1000101 | 110010 |
Color Harmonies of #BB27D6
Complementary color
Monochromatic Colors of #BB27D6
Black with #BB27D6
Text Example
Text Example
White with #BB27D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB27D6; }
p { color: rgb(187,39,214); }
H1.HeaderClassName
{
color: #BB27D6;
}
.AnyTagClassName
{
color: #BB27D6;
}
</style>
background-color css
<style>
a { background-color: #BB27D6; }
a { background-color: rgb(187,39,214); }
div.DivClassName
{
background-color: #BB27D6;
}
.BgClassName
{
background-color: #BB27D6;
}
</style>
border-color css
<style>
span { border-color: #BB27D6; }
span { border-color: rgb(187,39,214); }
td.TdClassName
{
border-color: #BB27D6;
}
.TagClassName
{
border-color: #BB27D6;
}
</style>