Shades of Dark Orchid #BC23DA
Tints of Dark Orchid #BC23DA
RGB
CMYK
RGB Variations
Color information
#BC23DA (or 0xBC23DA) is known color: Dark Orchid. HEX triplet: BC, 23 and DA. RGB value is (188,35,218). Sum of RGB (Red+Green+Blue) = 188+35+218=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 35 (14.06% from 255 or 7.94% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC23DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC23DA is #43DC25. Grayscale: #656565. Windows color (decimal): -4447270 or 14295996. OLE color: 14295996.
HSL color Cylindrical-coordinate representation of color #BC23DA: hue angle of 290.16º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC23DA is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 35 | 218 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.15 |
| HSL | 290.16º | 0.72% | 0.5% | - |
| HSV(B) | 290.16º | 0.84% | 0.85% | - |
| XYZ | 33.99 | 16.96 | 67.81 | - |
| YUV | 101.61 | 193.69 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 218 | 0.14 | 0.84 | 0 | 0.15 | 290.16 | 0.72 | 0.5 |
| Hex | BC | 23 | DA | E | 54 | 0 | F | 122 | 48 | 32 |
| Octal | 274 | 43 | 332 | 16 | 124 | 0 | 17 | 442 | 110 | 62 |
| Binary | 10111100 | 100011 | 11011010 | 1110 | 1010100 | 0 | 1111 | 100100010 | 1001000 | 110010 |
Color Harmonies of #BC23DA
Complementary color
Monochromatic Colors of #BC23DA
Black with #BC23DA
Text Example
Text Example
White with #BC23DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC23DA; }
p { color: rgb(188,35,218); }
H1.HeaderClassName
{
color: #BC23DA;
}
.AnyTagClassName
{
color: #BC23DA;
}
</style>
background-color css
<style>
a { background-color: #BC23DA; }
a { background-color: rgb(188,35,218); }
div.DivClassName
{
background-color: #BC23DA;
}
.BgClassName
{
background-color: #BC23DA;
}
</style>
border-color css
<style>
span { border-color: #BC23DA; }
span { border-color: rgb(188,35,218); }
td.TdClassName
{
border-color: #BC23DA;
}
.TagClassName
{
border-color: #BC23DA;
}
</style>