Shades of Dark Orchid #BB2ACE
Tints of Dark Orchid #BB2ACE
RGB
CMYK
RGB Variations
Color information
#BB2ACE (or 0xBB2ACE) is known color: Dark Orchid. HEX triplet: BB, 2A and CE. RGB value is (187,42,206). Sum of RGB (Red+Green+Blue) = 187+42+206=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 42 (16.80% from 255 or 9.66% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB2ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2ACE is #44D531. Grayscale: #676767. Windows color (decimal): -4511026 or 13511355. OLE color: 13511355.
HSL color Cylindrical-coordinate representation of color #BB2ACE: hue angle of 293.05º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2ACE is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 42 | 206 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.19 |
| HSL | 293.05º | 0.66% | 0.49% | - |
| HSV(B) | 293.05º | 0.8% | 0.81% | - |
| XYZ | 32.46 | 16.68 | 59.9 | - |
| YUV | 104.05 | 185.54 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 42 | 206 | 0.09 | 0.80 | 0 | 0.19 | 293.05 | 0.66 | 0.49 |
| Hex | BB | 2A | CE | 9 | 50 | 0 | 13 | 125 | 42 | 31 |
| Octal | 273 | 52 | 316 | 11 | 120 | 0 | 23 | 445 | 102 | 61 |
| Binary | 10111011 | 101010 | 11001110 | 1001 | 1010000 | 0 | 10011 | 100100101 | 1000010 | 110001 |
Color Harmonies of #BB2ACE
Complementary color
Monochromatic Colors of #BB2ACE
Black with #BB2ACE
Text Example
Text Example
White with #BB2ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2ACE; }
p { color: rgb(187,42,206); }
H1.HeaderClassName
{
color: #BB2ACE;
}
.AnyTagClassName
{
color: #BB2ACE;
}
</style>
background-color css
<style>
a { background-color: #BB2ACE; }
a { background-color: rgb(187,42,206); }
div.DivClassName
{
background-color: #BB2ACE;
}
.BgClassName
{
background-color: #BB2ACE;
}
</style>
border-color css
<style>
span { border-color: #BB2ACE; }
span { border-color: rgb(187,42,206); }
td.TdClassName
{
border-color: #BB2ACE;
}
.TagClassName
{
border-color: #BB2ACE;
}
</style>