Shades of Dark Orchid #BC24DD
Tints of Dark Orchid #BC24DD
RGB
CMYK
RGB Variations
Color information
#BC24DD (or 0xBC24DD) is known color: Dark Orchid. HEX triplet: BC, 24 and DD. RGB value is (188,36,221). Sum of RGB (Red+Green+Blue) = 188+36+221=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 36 (14.45% from 255 or 8.09% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC24DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC24DD is #43DB22. Grayscale: #656565. Windows color (decimal): -4447011 or 14492860. OLE color: 14492860.
HSL color Cylindrical-coordinate representation of color #BC24DD: hue angle of 289.3º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC24DD is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 36 | 221 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.13 |
| HSL | 289.3º | 0.73% | 0.5% | - |
| HSV(B) | 289.3º | 0.84% | 0.87% | - |
| XYZ | 34.42 | 17.17 | 69.91 | - |
| YUV | 102.54 | 194.86 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 221 | 0.15 | 0.84 | 0 | 0.13 | 289.3 | 0.73 | 0.5 |
| Hex | BC | 24 | DD | F | 54 | 0 | D | 121 | 49 | 32 |
| Octal | 274 | 44 | 335 | 17 | 124 | 0 | 15 | 441 | 111 | 62 |
| Binary | 10111100 | 100100 | 11011101 | 1111 | 1010100 | 0 | 1101 | 100100001 | 1001001 | 110010 |
Color Harmonies of #BC24DD
Complementary color
Monochromatic Colors of #BC24DD
Black with #BC24DD
Text Example
Text Example
White with #BC24DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC24DD; }
p { color: rgb(188,36,221); }
H1.HeaderClassName
{
color: #BC24DD;
}
.AnyTagClassName
{
color: #BC24DD;
}
</style>
background-color css
<style>
a { background-color: #BC24DD; }
a { background-color: rgb(188,36,221); }
div.DivClassName
{
background-color: #BC24DD;
}
.BgClassName
{
background-color: #BC24DD;
}
</style>
border-color css
<style>
span { border-color: #BC24DD; }
span { border-color: rgb(188,36,221); }
td.TdClassName
{
border-color: #BC24DD;
}
.TagClassName
{
border-color: #BC24DD;
}
</style>