Shades of Dark Orchid #BB2BCE
Tints of Dark Orchid #BB2BCE
RGB
CMYK
RGB Variations
Color information
#BB2BCE (or 0xBB2BCE) is known color: Dark Orchid. HEX triplet: BB, 2B and CE. RGB value is (187,43,206). Sum of RGB (Red+Green+Blue) = 187+43+206=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 43 (17.19% from 255 or 9.86% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB2BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2BCE is #44D431. Grayscale: #686868. Windows color (decimal): -4510770 or 13511611. OLE color: 13511611.
HSL color Cylindrical-coordinate representation of color #BB2BCE: hue angle of 293.01º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB2BCE is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 43 | 206 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.19 |
| HSL | 293.01º | 0.65% | 0.49% | - |
| HSV(B) | 293.01º | 0.79% | 0.81% | - |
| XYZ | 32.5 | 16.75 | 59.91 | - |
| YUV | 104.64 | 185.21 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 43 | 206 | 0.09 | 0.79 | 0 | 0.19 | 293.01 | 0.65 | 0.49 |
| Hex | BB | 2B | CE | 9 | 4F | 0 | 13 | 125 | 41 | 31 |
| Octal | 273 | 53 | 316 | 11 | 117 | 0 | 23 | 445 | 101 | 61 |
| Binary | 10111011 | 101011 | 11001110 | 1001 | 1001111 | 0 | 10011 | 100100101 | 1000001 | 110001 |
Color Harmonies of #BB2BCE
Complementary color
Monochromatic Colors of #BB2BCE
Black with #BB2BCE
Text Example
Text Example
White with #BB2BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2BCE; }
p { color: rgb(187,43,206); }
H1.HeaderClassName
{
color: #BB2BCE;
}
.AnyTagClassName
{
color: #BB2BCE;
}
</style>
background-color css
<style>
a { background-color: #BB2BCE; }
a { background-color: rgb(187,43,206); }
div.DivClassName
{
background-color: #BB2BCE;
}
.BgClassName
{
background-color: #BB2BCE;
}
</style>
border-color css
<style>
span { border-color: #BB2BCE; }
span { border-color: rgb(187,43,206); }
td.TdClassName
{
border-color: #BB2BCE;
}
.TagClassName
{
border-color: #BB2BCE;
}
</style>