Shades of Dark Orchid #BC2DCE
Tints of Dark Orchid #BC2DCE
RGB
CMYK
RGB Variations
Color information
#BC2DCE (or 0xBC2DCE) is known color: Dark Orchid. HEX triplet: BC, 2D and CE. RGB value is (188,45,206). Sum of RGB (Red+Green+Blue) = 188+45+206=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 45 (17.97% from 255 or 10.25% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC2DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2DCE is #43D231. Grayscale: #696969. Windows color (decimal): -4444722 or 13512124. OLE color: 13512124.
HSL color Cylindrical-coordinate representation of color #BC2DCE: hue angle of 293.29º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2DCE is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 45 | 206 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.19 |
| HSL | 293.29º | 0.64% | 0.49% | - |
| HSV(B) | 293.29º | 0.78% | 0.81% | - |
| XYZ | 32.82 | 17.02 | 59.95 | - |
| YUV | 106.11 | 184.38 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 206 | 0.09 | 0.78 | 0 | 0.19 | 293.29 | 0.64 | 0.49 |
| Hex | BC | 2D | CE | 9 | 4E | 0 | 13 | 125 | 40 | 31 |
| Octal | 274 | 55 | 316 | 11 | 116 | 0 | 23 | 445 | 100 | 61 |
| Binary | 10111100 | 101101 | 11001110 | 1001 | 1001110 | 0 | 10011 | 100100101 | 1000000 | 110001 |
Color Harmonies of #BC2DCE
Complementary color
Monochromatic Colors of #BC2DCE
Black with #BC2DCE
Text Example
Text Example
White with #BC2DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2DCE; }
p { color: rgb(188,45,206); }
H1.HeaderClassName
{
color: #BC2DCE;
}
.AnyTagClassName
{
color: #BC2DCE;
}
</style>
background-color css
<style>
a { background-color: #BC2DCE; }
a { background-color: rgb(188,45,206); }
div.DivClassName
{
background-color: #BC2DCE;
}
.BgClassName
{
background-color: #BC2DCE;
}
</style>
border-color css
<style>
span { border-color: #BC2DCE; }
span { border-color: rgb(188,45,206); }
td.TdClassName
{
border-color: #BC2DCE;
}
.TagClassName
{
border-color: #BC2DCE;
}
</style>