Shades of Dark Orchid #BC23DE
Tints of Dark Orchid #BC23DE
RGB
CMYK
RGB Variations
Color information
#BC23DE (or 0xBC23DE) is known color: Dark Orchid. HEX triplet: BC, 23 and DE. RGB value is (188,35,222). Sum of RGB (Red+Green+Blue) = 188+35+222=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 35 (14.06% from 255 or 7.87% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC23DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC23DE is #43DC21. Grayscale: #656565. Windows color (decimal): -4447266 or 14558140. OLE color: 14558140.
HSL color Cylindrical-coordinate representation of color #BC23DE: hue angle of 289.09º degrees, saturation: 0.74, 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 #BC23DE is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 35 | 222 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.13 |
| HSL | 289.09º | 0.74% | 0.5% | - |
| HSV(B) | 289.09º | 0.84% | 0.87% | - |
| XYZ | 34.52 | 17.17 | 70.6 | - |
| YUV | 102.07 | 195.69 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 222 | 0.15 | 0.84 | 0 | 0.13 | 289.09 | 0.74 | 0.5 |
| Hex | BC | 23 | DE | F | 54 | 0 | D | 121 | 4A | 32 |
| Octal | 274 | 43 | 336 | 17 | 124 | 0 | 15 | 441 | 112 | 62 |
| Binary | 10111100 | 100011 | 11011110 | 1111 | 1010100 | 0 | 1101 | 100100001 | 1001010 | 110010 |
Color Harmonies of #BC23DE
Complementary color
Monochromatic Colors of #BC23DE
Black with #BC23DE
Text Example
Text Example
White with #BC23DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC23DE; }
p { color: rgb(188,35,222); }
H1.HeaderClassName
{
color: #BC23DE;
}
.AnyTagClassName
{
color: #BC23DE;
}
</style>
background-color css
<style>
a { background-color: #BC23DE; }
a { background-color: rgb(188,35,222); }
div.DivClassName
{
background-color: #BC23DE;
}
.BgClassName
{
background-color: #BC23DE;
}
</style>
border-color css
<style>
span { border-color: #BC23DE; }
span { border-color: rgb(188,35,222); }
td.TdClassName
{
border-color: #BC23DE;
}
.TagClassName
{
border-color: #BC23DE;
}
</style>