Shades of Dark Orchid #BB24D5
Tints of Dark Orchid #BB24D5
RGB
CMYK
RGB Variations
Color information
#BB24D5 (or 0xBB24D5) is known color: Dark Orchid. HEX triplet: BB, 24 and D5. RGB value is (187,36,213). Sum of RGB (Red+Green+Blue) = 187+36+213=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 36 (14.45% from 255 or 8.26% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB24D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB24D5 is #44DB2A. Grayscale: #646464. Windows color (decimal): -4512555 or 13968571. OLE color: 13968571.
HSL color Cylindrical-coordinate representation of color #BB24D5: hue angle of 291.19º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB24D5 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 36 | 213 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.16 |
| HSL | 291.19º | 0.71% | 0.49% | - |
| HSV(B) | 291.19º | 0.83% | 0.84% | - |
| XYZ | 33.13 | 16.63 | 64.41 | - |
| YUV | 101.33 | 191.03 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 36 | 213 | 0.12 | 0.83 | 0 | 0.16 | 291.19 | 0.71 | 0.49 |
| Hex | BB | 24 | D5 | C | 53 | 0 | 10 | 123 | 47 | 31 |
| Octal | 273 | 44 | 325 | 14 | 123 | 0 | 20 | 443 | 107 | 61 |
| Binary | 10111011 | 100100 | 11010101 | 1100 | 1010011 | 0 | 10000 | 100100011 | 1000111 | 110001 |
Color Harmonies of #BB24D5
Complementary color
Monochromatic Colors of #BB24D5
Black with #BB24D5
Text Example
Text Example
White with #BB24D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB24D5; }
p { color: rgb(187,36,213); }
H1.HeaderClassName
{
color: #BB24D5;
}
.AnyTagClassName
{
color: #BB24D5;
}
</style>
background-color css
<style>
a { background-color: #BB24D5; }
a { background-color: rgb(187,36,213); }
div.DivClassName
{
background-color: #BB24D5;
}
.BgClassName
{
background-color: #BB24D5;
}
</style>
border-color css
<style>
span { border-color: #BB24D5; }
span { border-color: rgb(187,36,213); }
td.TdClassName
{
border-color: #BB24D5;
}
.TagClassName
{
border-color: #BB24D5;
}
</style>