Shades of Dark Orchid #BB2CDE
Tints of Dark Orchid #BB2CDE
RGB
CMYK
RGB Variations
Color information
#BB2CDE (or 0xBB2CDE) is known color: Dark Orchid. HEX triplet: BB, 2C and DE. RGB value is (187,44,222). Sum of RGB (Red+Green+Blue) = 187+44+222=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 44 (17.58% from 255 or 9.71% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB2CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2CDE is #44D321. Grayscale: #6A6A6A. Windows color (decimal): -4510498 or 14560443. OLE color: 14560443.
HSL color Cylindrical-coordinate representation of color #BB2CDE: hue angle of 288.2º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2CDE is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 44 | 222 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.13 |
| HSL | 288.2º | 0.73% | 0.52% | - |
| HSV(B) | 288.2º | 0.8% | 0.87% | - |
| XYZ | 34.58 | 17.64 | 70.69 | - |
| YUV | 107.05 | 192.88 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 44 | 222 | 0.16 | 0.80 | 0 | 0.13 | 288.2 | 0.73 | 0.52 |
| Hex | BB | 2C | DE | 10 | 50 | 0 | D | 120 | 49 | 34 |
| Octal | 273 | 54 | 336 | 20 | 120 | 0 | 15 | 440 | 111 | 64 |
| Binary | 10111011 | 101100 | 11011110 | 10000 | 1010000 | 0 | 1101 | 100100000 | 1001001 | 110100 |
Color Harmonies of #BB2CDE
Complementary color
Monochromatic Colors of #BB2CDE
Black with #BB2CDE
Text Example
Text Example
White with #BB2CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2CDE; }
p { color: rgb(187,44,222); }
H1.HeaderClassName
{
color: #BB2CDE;
}
.AnyTagClassName
{
color: #BB2CDE;
}
</style>
background-color css
<style>
a { background-color: #BB2CDE; }
a { background-color: rgb(187,44,222); }
div.DivClassName
{
background-color: #BB2CDE;
}
.BgClassName
{
background-color: #BB2CDE;
}
</style>
border-color css
<style>
span { border-color: #BB2CDE; }
span { border-color: rgb(187,44,222); }
td.TdClassName
{
border-color: #BB2CDE;
}
.TagClassName
{
border-color: #BB2CDE;
}
</style>