Shades of Dark Orchid #BB2CDF
Tints of Dark Orchid #BB2CDF
RGB
CMYK
RGB Variations
Color information
#BB2CDF (or 0xBB2CDF) is known color: Dark Orchid. HEX triplet: BB, 2C and DF. RGB value is (187,44,223). Sum of RGB (Red+Green+Blue) = 187+44+223=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 44 (17.58% from 255 or 9.69% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB2CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2CDF is #44D320. Grayscale: #6A6A6A. Windows color (decimal): -4510497 or 14625979. OLE color: 14625979.
HSL color Cylindrical-coordinate representation of color #BB2CDF: hue angle of 287.93º degrees, saturation: 0.74, 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 #BB2CDF is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 44 | 223 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.13 |
| HSL | 287.93º | 0.74% | 0.52% | - |
| HSV(B) | 287.93º | 0.8% | 0.87% | - |
| XYZ | 34.71 | 17.69 | 71.4 | - |
| YUV | 107.16 | 193.38 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 44 | 223 | 0.16 | 0.80 | 0 | 0.13 | 287.93 | 0.74 | 0.52 |
| Hex | BB | 2C | DF | 10 | 50 | 0 | D | 120 | 4A | 34 |
| Octal | 273 | 54 | 337 | 20 | 120 | 0 | 15 | 440 | 112 | 64 |
| Binary | 10111011 | 101100 | 11011111 | 10000 | 1010000 | 0 | 1101 | 100100000 | 1001010 | 110100 |
Color Harmonies of #BB2CDF
Complementary color
Monochromatic Colors of #BB2CDF
Black with #BB2CDF
Text Example
Text Example
White with #BB2CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2CDF; }
p { color: rgb(187,44,223); }
H1.HeaderClassName
{
color: #BB2CDF;
}
.AnyTagClassName
{
color: #BB2CDF;
}
</style>
background-color css
<style>
a { background-color: #BB2CDF; }
a { background-color: rgb(187,44,223); }
div.DivClassName
{
background-color: #BB2CDF;
}
.BgClassName
{
background-color: #BB2CDF;
}
</style>
border-color css
<style>
span { border-color: #BB2CDF; }
span { border-color: rgb(187,44,223); }
td.TdClassName
{
border-color: #BB2CDF;
}
.TagClassName
{
border-color: #BB2CDF;
}
</style>