Shades of Dark Orchid #BC2ECE
Tints of Dark Orchid #BC2ECE
RGB
CMYK
RGB Variations
Color information
#BC2ECE (or 0xBC2ECE) is known color: Dark Orchid. HEX triplet: BC, 2E and CE. RGB value is (188,46,206). Sum of RGB (Red+Green+Blue) = 188+46+206=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 46 (18.36% from 255 or 10.45% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC2ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2ECE is #43D131. Grayscale: #6A6A6A. Windows color (decimal): -4444466 or 13512380. OLE color: 13512380.
HSL color Cylindrical-coordinate representation of color #BC2ECE: hue angle of 293.25º degrees, saturation: 0.63, 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 #BC2ECE is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 46 | 206 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.19 |
| HSL | 293.25º | 0.63% | 0.49% | - |
| HSV(B) | 293.25º | 0.78% | 0.81% | - |
| XYZ | 32.86 | 17.1 | 59.96 | - |
| YUV | 106.7 | 184.04 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 206 | 0.09 | 0.78 | 0 | 0.19 | 293.25 | 0.63 | 0.49 |
| Hex | BC | 2E | CE | 9 | 4E | 0 | 13 | 125 | 3F | 31 |
| Octal | 274 | 56 | 316 | 11 | 116 | 0 | 23 | 445 | 77 | 61 |
| Binary | 10111100 | 101110 | 11001110 | 1001 | 1001110 | 0 | 10011 | 100100101 | 111111 | 110001 |
Color Harmonies of #BC2ECE
Complementary color
Monochromatic Colors of #BC2ECE
Black with #BC2ECE
Text Example
Text Example
White with #BC2ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2ECE; }
p { color: rgb(188,46,206); }
H1.HeaderClassName
{
color: #BC2ECE;
}
.AnyTagClassName
{
color: #BC2ECE;
}
</style>
background-color css
<style>
a { background-color: #BC2ECE; }
a { background-color: rgb(188,46,206); }
div.DivClassName
{
background-color: #BC2ECE;
}
.BgClassName
{
background-color: #BC2ECE;
}
</style>
border-color css
<style>
span { border-color: #BC2ECE; }
span { border-color: rgb(188,46,206); }
td.TdClassName
{
border-color: #BC2ECE;
}
.TagClassName
{
border-color: #BC2ECE;
}
</style>