Shades of Dark Orchid #BC24DA
Tints of Dark Orchid #BC24DA
RGB
CMYK
RGB Variations
Color information
#BC24DA (or 0xBC24DA) is known color: Dark Orchid. HEX triplet: BC, 24 and DA. RGB value is (188,36,218). Sum of RGB (Red+Green+Blue) = 188+36+218=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 36 (14.45% from 255 or 8.14% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC24DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC24DA is #43DB25. Grayscale: #656565. Windows color (decimal): -4447014 or 14296252. OLE color: 14296252.
HSL color Cylindrical-coordinate representation of color #BC24DA: hue angle of 290.11º 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 #BC24DA is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 36 | 218 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.15 |
| HSL | 290.11º | 0.72% | 0.5% | - |
| HSV(B) | 290.11º | 0.83% | 0.85% | - |
| XYZ | 34.02 | 17.02 | 67.82 | - |
| YUV | 102.2 | 193.36 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 218 | 0.14 | 0.83 | 0 | 0.15 | 290.11 | 0.72 | 0.5 |
| Hex | BC | 24 | DA | E | 53 | 0 | F | 122 | 48 | 32 |
| Octal | 274 | 44 | 332 | 16 | 123 | 0 | 17 | 442 | 110 | 62 |
| Binary | 10111100 | 100100 | 11011010 | 1110 | 1010011 | 0 | 1111 | 100100010 | 1001000 | 110010 |
Color Harmonies of #BC24DA
Complementary color
Monochromatic Colors of #BC24DA
Black with #BC24DA
Text Example
Text Example
White with #BC24DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC24DA; }
p { color: rgb(188,36,218); }
H1.HeaderClassName
{
color: #BC24DA;
}
.AnyTagClassName
{
color: #BC24DA;
}
</style>
background-color css
<style>
a { background-color: #BC24DA; }
a { background-color: rgb(188,36,218); }
div.DivClassName
{
background-color: #BC24DA;
}
.BgClassName
{
background-color: #BC24DA;
}
</style>
border-color css
<style>
span { border-color: #BC24DA; }
span { border-color: rgb(188,36,218); }
td.TdClassName
{
border-color: #BC24DA;
}
.TagClassName
{
border-color: #BC24DA;
}
</style>