Shades of Dark Orchid #BC2BCE
Tints of Dark Orchid #BC2BCE
RGB
CMYK
RGB Variations
Color information
#BC2BCE (or 0xBC2BCE) is known color: Dark Orchid. HEX triplet: BC, 2B and CE. RGB value is (188,43,206). Sum of RGB (Red+Green+Blue) = 188+43+206=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 43 (17.19% from 255 or 9.84% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC2BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2BCE is #43D431. Grayscale: #686868. Windows color (decimal): -4445234 or 13511612. OLE color: 13511612.
HSL color Cylindrical-coordinate representation of color #BC2BCE: hue angle of 293.37º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2BCE is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 43 | 206 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.19 |
| HSL | 293.37º | 0.65% | 0.49% | - |
| HSV(B) | 293.37º | 0.79% | 0.81% | - |
| XYZ | 32.74 | 16.88 | 59.92 | - |
| YUV | 104.94 | 185.04 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 43 | 206 | 0.09 | 0.79 | 0 | 0.19 | 293.37 | 0.65 | 0.49 |
| Hex | BC | 2B | CE | 9 | 4F | 0 | 13 | 125 | 41 | 31 |
| Octal | 274 | 53 | 316 | 11 | 117 | 0 | 23 | 445 | 101 | 61 |
| Binary | 10111100 | 101011 | 11001110 | 1001 | 1001111 | 0 | 10011 | 100100101 | 1000001 | 110001 |
Color Harmonies of #BC2BCE
Complementary color
Monochromatic Colors of #BC2BCE
Black with #BC2BCE
Text Example
Text Example
White with #BC2BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2BCE; }
p { color: rgb(188,43,206); }
H1.HeaderClassName
{
color: #BC2BCE;
}
.AnyTagClassName
{
color: #BC2BCE;
}
</style>
background-color css
<style>
a { background-color: #BC2BCE; }
a { background-color: rgb(188,43,206); }
div.DivClassName
{
background-color: #BC2BCE;
}
.BgClassName
{
background-color: #BC2BCE;
}
</style>
border-color css
<style>
span { border-color: #BC2BCE; }
span { border-color: rgb(188,43,206); }
td.TdClassName
{
border-color: #BC2BCE;
}
.TagClassName
{
border-color: #BC2BCE;
}
</style>