Shades of Dark Orchid #BC24D9
Tints of Dark Orchid #BC24D9
RGB
CMYK
RGB Variations
Color information
#BC24D9 (or 0xBC24D9) is known color: Dark Orchid. HEX triplet: BC, 24 and D9. RGB value is (188,36,217). Sum of RGB (Red+Green+Blue) = 188+36+217=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 36 (14.45% from 255 or 8.16% from 441); Blue value is 217 (85.16% from 255 or 49.21% from 441); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC24D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC24D9 is #43DB26. Grayscale: #656565. Windows color (decimal): -4447015 or 14230716. OLE color: 14230716.
HSL color Cylindrical-coordinate representation of color #BC24D9: hue angle of 290.39º 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 #BC24D9 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 36 | 217 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.15 |
| HSL | 290.39º | 0.72% | 0.5% | - |
| HSV(B) | 290.39º | 0.83% | 0.85% | - |
| XYZ | 33.89 | 16.96 | 67.13 | - |
| YUV | 102.08 | 192.86 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 217 | 0.13 | 0.83 | 0 | 0.15 | 290.39 | 0.72 | 0.5 |
| Hex | BC | 24 | D9 | D | 53 | 0 | F | 122 | 48 | 32 |
| Octal | 274 | 44 | 331 | 15 | 123 | 0 | 17 | 442 | 110 | 62 |
| Binary | 10111100 | 100100 | 11011001 | 1101 | 1010011 | 0 | 1111 | 100100010 | 1001000 | 110010 |
Color Harmonies of #BC24D9
Complementary color
Monochromatic Colors of #BC24D9
Black with #BC24D9
Text Example
Text Example
White with #BC24D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC24D9; }
p { color: rgb(188,36,217); }
H1.HeaderClassName
{
color: #BC24D9;
}
.AnyTagClassName
{
color: #BC24D9;
}
</style>
background-color css
<style>
a { background-color: #BC24D9; }
a { background-color: rgb(188,36,217); }
div.DivClassName
{
background-color: #BC24D9;
}
.BgClassName
{
background-color: #BC24D9;
}
</style>
border-color css
<style>
span { border-color: #BC24D9; }
span { border-color: rgb(188,36,217); }
td.TdClassName
{
border-color: #BC24D9;
}
.TagClassName
{
border-color: #BC24D9;
}
</style>