Shades of Dark Orchid #BC2CE0
Tints of Dark Orchid #BC2CE0
RGB
CMYK
RGB Variations
Color information
#BC2CE0 (or 0xBC2CE0) is known color: Dark Orchid. HEX triplet: BC, 2C and E0. RGB value is (188,44,224). Sum of RGB (Red+Green+Blue) = 188+44+224=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 44 (17.58% from 255 or 9.65% from 456); Blue value is 224 (87.89% from 255 or 49.12% from 456); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC2CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2CE0 is #43D31F. Grayscale: #6B6B6B. Windows color (decimal): -4444960 or 14691516. OLE color: 14691516.
HSL color Cylindrical-coordinate representation of color #BC2CE0: hue angle of 288º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2CE0 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 44 | 224 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.12 |
| HSL | 288º | 0.74% | 0.53% | - |
| HSV(B) | 288º | 0.8% | 0.88% | - |
| XYZ | 35.09 | 17.87 | 72.12 | - |
| YUV | 107.58 | 193.71 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 44 | 224 | 0.16 | 0.80 | 0 | 0.12 | 288 | 0.74 | 0.53 |
| Hex | BC | 2C | E0 | 10 | 50 | 0 | C | 120 | 4A | 35 |
| Octal | 274 | 54 | 340 | 20 | 120 | 0 | 14 | 440 | 112 | 65 |
| Binary | 10111100 | 101100 | 11100000 | 10000 | 1010000 | 0 | 1100 | 100100000 | 1001010 | 110101 |
Color Harmonies of #BC2CE0
Complementary color
Monochromatic Colors of #BC2CE0
Black with #BC2CE0
Text Example
Text Example
White with #BC2CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2CE0; }
p { color: rgb(188,44,224); }
H1.HeaderClassName
{
color: #BC2CE0;
}
.AnyTagClassName
{
color: #BC2CE0;
}
</style>
background-color css
<style>
a { background-color: #BC2CE0; }
a { background-color: rgb(188,44,224); }
div.DivClassName
{
background-color: #BC2CE0;
}
.BgClassName
{
background-color: #BC2CE0;
}
</style>
border-color css
<style>
span { border-color: #BC2CE0; }
span { border-color: rgb(188,44,224); }
td.TdClassName
{
border-color: #BC2CE0;
}
.TagClassName
{
border-color: #BC2CE0;
}
</style>