Shades of Dark Orchid #BC2CE1
Tints of Dark Orchid #BC2CE1
RGB
CMYK
RGB Variations
Color information
#BC2CE1 (or 0xBC2CE1) is known color: Dark Orchid. HEX triplet: BC, 2C and E1. RGB value is (188,44,225). Sum of RGB (Red+Green+Blue) = 188+44+225=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 44 (17.58% from 255 or 9.63% from 457); Blue value is 225 (88.28% from 255 or 49.23% from 457); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC2CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2CE1 is #43D31E. Grayscale: #6B6B6B. Windows color (decimal): -4444959 or 14757052. OLE color: 14757052.
HSL color Cylindrical-coordinate representation of color #BC2CE1: hue angle of 287.73º degrees, saturation: 0.75, 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 #BC2CE1 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 44 | 225 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.12 |
| HSL | 287.73º | 0.75% | 0.53% | - |
| HSV(B) | 287.73º | 0.8% | 0.88% | - |
| XYZ | 35.23 | 17.93 | 72.84 | - |
| YUV | 107.69 | 194.21 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 44 | 225 | 0.16 | 0.80 | 0 | 0.12 | 287.73 | 0.75 | 0.53 |
| Hex | BC | 2C | E1 | 10 | 50 | 0 | C | 120 | 4B | 35 |
| Octal | 274 | 54 | 341 | 20 | 120 | 0 | 14 | 440 | 113 | 65 |
| Binary | 10111100 | 101100 | 11100001 | 10000 | 1010000 | 0 | 1100 | 100100000 | 1001011 | 110101 |
Color Harmonies of #BC2CE1
Complementary color
Monochromatic Colors of #BC2CE1
Black with #BC2CE1
Text Example
Text Example
White with #BC2CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2CE1; }
p { color: rgb(188,44,225); }
H1.HeaderClassName
{
color: #BC2CE1;
}
.AnyTagClassName
{
color: #BC2CE1;
}
</style>
background-color css
<style>
a { background-color: #BC2CE1; }
a { background-color: rgb(188,44,225); }
div.DivClassName
{
background-color: #BC2CE1;
}
.BgClassName
{
background-color: #BC2CE1;
}
</style>
border-color css
<style>
span { border-color: #BC2CE1; }
span { border-color: rgb(188,44,225); }
td.TdClassName
{
border-color: #BC2CE1;
}
.TagClassName
{
border-color: #BC2CE1;
}
</style>