Shades of Dark Orchid #BC23E1
Tints of Dark Orchid #BC23E1
RGB
CMYK
RGB Variations
Color information
#BC23E1 (or 0xBC23E1) is known color: Dark Orchid. HEX triplet: BC, 23 and E1. RGB value is (188,35,225). Sum of RGB (Red+Green+Blue) = 188+35+225=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 35 (14.06% from 255 or 7.81% from 448); Blue value is 225 (88.28% from 255 or 50.22% from 448); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC23E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC23E1 is #43DC1E. Grayscale: #656565. Windows color (decimal): -4447263 or 14754748. OLE color: 14754748.
HSL color Cylindrical-coordinate representation of color #BC23E1: hue angle of 288.32º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC23E1 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 35 | 225 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.12 |
| HSL | 288.32º | 0.76% | 0.51% | - |
| HSV(B) | 288.32º | 0.84% | 0.88% | - |
| XYZ | 34.93 | 17.33 | 72.74 | - |
| YUV | 102.41 | 197.19 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 225 | 0.16 | 0.84 | 0 | 0.12 | 288.32 | 0.76 | 0.51 |
| Hex | BC | 23 | E1 | 10 | 54 | 0 | C | 120 | 4C | 33 |
| Octal | 274 | 43 | 341 | 20 | 124 | 0 | 14 | 440 | 114 | 63 |
| Binary | 10111100 | 100011 | 11100001 | 10000 | 1010100 | 0 | 1100 | 100100000 | 1001100 | 110011 |
Color Harmonies of #BC23E1
Complementary color
Monochromatic Colors of #BC23E1
Black with #BC23E1
Text Example
Text Example
White with #BC23E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC23E1; }
p { color: rgb(188,35,225); }
H1.HeaderClassName
{
color: #BC23E1;
}
.AnyTagClassName
{
color: #BC23E1;
}
</style>
background-color css
<style>
a { background-color: #BC23E1; }
a { background-color: rgb(188,35,225); }
div.DivClassName
{
background-color: #BC23E1;
}
.BgClassName
{
background-color: #BC23E1;
}
</style>
border-color css
<style>
span { border-color: #BC23E1; }
span { border-color: rgb(188,35,225); }
td.TdClassName
{
border-color: #BC23E1;
}
.TagClassName
{
border-color: #BC23E1;
}
</style>