Shades of Dark Orchid #BC24DF
Tints of Dark Orchid #BC24DF
RGB
CMYK
RGB Variations
Color information
#BC24DF (or 0xBC24DF) is known color: Dark Orchid. HEX triplet: BC, 24 and DF. RGB value is (188,36,223). Sum of RGB (Red+Green+Blue) = 188+36+223=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 36 (14.45% from 255 or 8.05% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC24DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC24DF is #43DB20. Grayscale: #666666. Windows color (decimal): -4447009 or 14623932. OLE color: 14623932.
HSL color Cylindrical-coordinate representation of color #BC24DF: hue angle of 288.77º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC24DF is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 36 | 223 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.13 |
| HSL | 288.77º | 0.75% | 0.51% | - |
| HSV(B) | 288.77º | 0.84% | 0.87% | - |
| XYZ | 34.69 | 17.28 | 71.32 | - |
| YUV | 102.77 | 195.86 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 223 | 0.16 | 0.84 | 0 | 0.13 | 288.77 | 0.75 | 0.51 |
| Hex | BC | 24 | DF | 10 | 54 | 0 | D | 121 | 4B | 33 |
| Octal | 274 | 44 | 337 | 20 | 124 | 0 | 15 | 441 | 113 | 63 |
| Binary | 10111100 | 100100 | 11011111 | 10000 | 1010100 | 0 | 1101 | 100100001 | 1001011 | 110011 |
Color Harmonies of #BC24DF
Complementary color
Monochromatic Colors of #BC24DF
Black with #BC24DF
Text Example
Text Example
White with #BC24DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC24DF; }
p { color: rgb(188,36,223); }
H1.HeaderClassName
{
color: #BC24DF;
}
.AnyTagClassName
{
color: #BC24DF;
}
</style>
background-color css
<style>
a { background-color: #BC24DF; }
a { background-color: rgb(188,36,223); }
div.DivClassName
{
background-color: #BC24DF;
}
.BgClassName
{
background-color: #BC24DF;
}
</style>
border-color css
<style>
span { border-color: #BC24DF; }
span { border-color: rgb(188,36,223); }
td.TdClassName
{
border-color: #BC24DF;
}
.TagClassName
{
border-color: #BC24DF;
}
</style>