Shades of Dark Orchid #BB2ADC
Tints of Dark Orchid #BB2ADC
RGB
CMYK
RGB Variations
Color information
#BB2ADC (or 0xBB2ADC) is known color: Dark Orchid. HEX triplet: BB, 2A and DC. RGB value is (187,42,220). Sum of RGB (Red+Green+Blue) = 187+42+220=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 42 (16.80% from 255 or 9.35% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB2ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2ADC is #44D523. Grayscale: #696969. Windows color (decimal): -4511012 or 14428859. OLE color: 14428859.
HSL color Cylindrical-coordinate representation of color #BB2ADC: hue angle of 288.88º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB2ADC is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 42 | 220 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.14 |
| HSL | 288.88º | 0.72% | 0.51% | - |
| HSV(B) | 288.88º | 0.81% | 0.86% | - |
| XYZ | 34.24 | 17.39 | 69.26 | - |
| YUV | 105.65 | 192.54 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 42 | 220 | 0.15 | 0.81 | 0 | 0.14 | 288.88 | 0.72 | 0.51 |
| Hex | BB | 2A | DC | F | 51 | 0 | E | 121 | 48 | 33 |
| Octal | 273 | 52 | 334 | 17 | 121 | 0 | 16 | 441 | 110 | 63 |
| Binary | 10111011 | 101010 | 11011100 | 1111 | 1010001 | 0 | 1110 | 100100001 | 1001000 | 110011 |
Color Harmonies of #BB2ADC
Complementary color
Monochromatic Colors of #BB2ADC
Black with #BB2ADC
Text Example
Text Example
White with #BB2ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2ADC; }
p { color: rgb(187,42,220); }
H1.HeaderClassName
{
color: #BB2ADC;
}
.AnyTagClassName
{
color: #BB2ADC;
}
</style>
background-color css
<style>
a { background-color: #BB2ADC; }
a { background-color: rgb(187,42,220); }
div.DivClassName
{
background-color: #BB2ADC;
}
.BgClassName
{
background-color: #BB2ADC;
}
</style>
border-color css
<style>
span { border-color: #BB2ADC; }
span { border-color: rgb(187,42,220); }
td.TdClassName
{
border-color: #BB2ADC;
}
.TagClassName
{
border-color: #BB2ADC;
}
</style>