Shades of Dark Orchid #BC24D5
Tints of Dark Orchid #BC24D5
RGB
CMYK
RGB Variations
Color information
#BC24D5 (or 0xBC24D5) is known color: Dark Orchid. HEX triplet: BC, 24 and D5. RGB value is (188,36,213). Sum of RGB (Red+Green+Blue) = 188+36+213=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 36 (14.45% from 255 or 8.24% from 437); Blue value is 213 (83.59% from 255 or 48.74% from 437); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC24D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC24D5 is #43DB2A. Grayscale: #656565. Windows color (decimal): -4447019 or 13968572. OLE color: 13968572.
HSL color Cylindrical-coordinate representation of color #BC24D5: hue angle of 291.53º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC24D5 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 36 | 213 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.16 |
| HSL | 291.53º | 0.71% | 0.49% | - |
| HSV(B) | 291.53º | 0.83% | 0.84% | - |
| XYZ | 33.38 | 16.76 | 64.43 | - |
| YUV | 101.63 | 190.86 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 213 | 0.12 | 0.83 | 0 | 0.16 | 291.53 | 0.71 | 0.49 |
| Hex | BC | 24 | D5 | C | 53 | 0 | 10 | 124 | 47 | 31 |
| Octal | 274 | 44 | 325 | 14 | 123 | 0 | 20 | 444 | 107 | 61 |
| Binary | 10111100 | 100100 | 11010101 | 1100 | 1010011 | 0 | 10000 | 100100100 | 1000111 | 110001 |
Color Harmonies of #BC24D5
Complementary color
Monochromatic Colors of #BC24D5
Black with #BC24D5
Text Example
Text Example
White with #BC24D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC24D5; }
p { color: rgb(188,36,213); }
H1.HeaderClassName
{
color: #BC24D5;
}
.AnyTagClassName
{
color: #BC24D5;
}
</style>
background-color css
<style>
a { background-color: #BC24D5; }
a { background-color: rgb(188,36,213); }
div.DivClassName
{
background-color: #BC24D5;
}
.BgClassName
{
background-color: #BC24D5;
}
</style>
border-color css
<style>
span { border-color: #BC24D5; }
span { border-color: rgb(188,36,213); }
td.TdClassName
{
border-color: #BC24D5;
}
.TagClassName
{
border-color: #BC24D5;
}
</style>