Shades of Dark Orchid #BB2ECE
Tints of Dark Orchid #BB2ECE
RGB
CMYK
RGB Variations
Color information
#BB2ECE (or 0xBB2ECE) is known color: Dark Orchid. HEX triplet: BB, 2E and CE. RGB value is (187,46,206). Sum of RGB (Red+Green+Blue) = 187+46+206=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 46 (18.36% from 255 or 10.48% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB2ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2ECE is #44D131. Grayscale: #696969. Windows color (decimal): -4510002 or 13512379. OLE color: 13512379.
HSL color Cylindrical-coordinate representation of color #BB2ECE: hue angle of 292.88º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB2ECE is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 46 | 206 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.19 |
| HSL | 292.88º | 0.63% | 0.49% | - |
| HSV(B) | 292.88º | 0.78% | 0.81% | - |
| XYZ | 32.61 | 16.98 | 59.95 | - |
| YUV | 106.4 | 184.21 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 46 | 206 | 0.09 | 0.78 | 0 | 0.19 | 292.88 | 0.63 | 0.49 |
| Hex | BB | 2E | CE | 9 | 4E | 0 | 13 | 125 | 3F | 31 |
| Octal | 273 | 56 | 316 | 11 | 116 | 0 | 23 | 445 | 77 | 61 |
| Binary | 10111011 | 101110 | 11001110 | 1001 | 1001110 | 0 | 10011 | 100100101 | 111111 | 110001 |
Color Harmonies of #BB2ECE
Complementary color
Monochromatic Colors of #BB2ECE
Black with #BB2ECE
Text Example
Text Example
White with #BB2ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2ECE; }
p { color: rgb(187,46,206); }
H1.HeaderClassName
{
color: #BB2ECE;
}
.AnyTagClassName
{
color: #BB2ECE;
}
</style>
background-color css
<style>
a { background-color: #BB2ECE; }
a { background-color: rgb(187,46,206); }
div.DivClassName
{
background-color: #BB2ECE;
}
.BgClassName
{
background-color: #BB2ECE;
}
</style>
border-color css
<style>
span { border-color: #BB2ECE; }
span { border-color: rgb(187,46,206); }
td.TdClassName
{
border-color: #BB2ECE;
}
.TagClassName
{
border-color: #BB2ECE;
}
</style>