Shades of Dark Orchid #BC2ECC
Tints of Dark Orchid #BC2ECC
RGB
CMYK
RGB Variations
Color information
#BC2ECC (or 0xBC2ECC) is known color: Dark Orchid. HEX triplet: BC, 2E and CC. RGB value is (188,46,204). Sum of RGB (Red+Green+Blue) = 188+46+204=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 46 (18.36% from 255 or 10.50% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC2ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2ECC is #43D133. Grayscale: #696969. Windows color (decimal): -4444468 or 13381308. OLE color: 13381308.
HSL color Cylindrical-coordinate representation of color #BC2ECC: hue angle of 293.92º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2ECC is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 46 | 204 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.2 |
| HSL | 293.92º | 0.63% | 0.49% | - |
| HSV(B) | 293.92º | 0.77% | 0.8% | - |
| XYZ | 32.62 | 17 | 58.69 | - |
| YUV | 106.47 | 183.04 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 204 | 0.08 | 0.77 | 0 | 0.2 | 293.92 | 0.63 | 0.49 |
| Hex | BC | 2E | CC | 8 | 4D | 0 | 14 | 126 | 3F | 31 |
| Octal | 274 | 56 | 314 | 10 | 115 | 0 | 24 | 446 | 77 | 61 |
| Binary | 10111100 | 101110 | 11001100 | 1000 | 1001101 | 0 | 10100 | 100100110 | 111111 | 110001 |
Color Harmonies of #BC2ECC
Complementary color
Monochromatic Colors of #BC2ECC
Black with #BC2ECC
Text Example
Text Example
White with #BC2ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2ECC; }
p { color: rgb(188,46,204); }
H1.HeaderClassName
{
color: #BC2ECC;
}
.AnyTagClassName
{
color: #BC2ECC;
}
</style>
background-color css
<style>
a { background-color: #BC2ECC; }
a { background-color: rgb(188,46,204); }
div.DivClassName
{
background-color: #BC2ECC;
}
.BgClassName
{
background-color: #BC2ECC;
}
</style>
border-color css
<style>
span { border-color: #BC2ECC; }
span { border-color: rgb(188,46,204); }
td.TdClassName
{
border-color: #BC2ECC;
}
.TagClassName
{
border-color: #BC2ECC;
}
</style>