Shades of Dark Orchid #BB24DA
Tints of Dark Orchid #BB24DA
RGB
CMYK
RGB Variations
Color information
#BB24DA (or 0xBB24DA) is known color: Dark Orchid. HEX triplet: BB, 24 and DA. RGB value is (187,36,218). Sum of RGB (Red+Green+Blue) = 187+36+218=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 36 (14.45% from 255 or 8.16% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB24DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB24DA is #44DB25. Grayscale: #656565. Windows color (decimal): -4512550 or 14296251. OLE color: 14296251.
HSL color Cylindrical-coordinate representation of color #BB24DA: hue angle of 289.78º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB24DA is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 36 | 218 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.15 |
| HSL | 289.78º | 0.72% | 0.5% | - |
| HSV(B) | 289.78º | 0.83% | 0.85% | - |
| XYZ | 33.78 | 16.89 | 67.81 | - |
| YUV | 101.9 | 193.53 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 36 | 218 | 0.14 | 0.83 | 0 | 0.15 | 289.78 | 0.72 | 0.5 |
| Hex | BB | 24 | DA | E | 53 | 0 | F | 122 | 48 | 32 |
| Octal | 273 | 44 | 332 | 16 | 123 | 0 | 17 | 442 | 110 | 62 |
| Binary | 10111011 | 100100 | 11011010 | 1110 | 1010011 | 0 | 1111 | 100100010 | 1001000 | 110010 |
Color Harmonies of #BB24DA
Complementary color
Monochromatic Colors of #BB24DA
Black with #BB24DA
Text Example
Text Example
White with #BB24DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB24DA; }
p { color: rgb(187,36,218); }
H1.HeaderClassName
{
color: #BB24DA;
}
.AnyTagClassName
{
color: #BB24DA;
}
</style>
background-color css
<style>
a { background-color: #BB24DA; }
a { background-color: rgb(187,36,218); }
div.DivClassName
{
background-color: #BB24DA;
}
.BgClassName
{
background-color: #BB24DA;
}
</style>
border-color css
<style>
span { border-color: #BB24DA; }
span { border-color: rgb(187,36,218); }
td.TdClassName
{
border-color: #BB24DA;
}
.TagClassName
{
border-color: #BB24DA;
}
</style>