Shades of Dark Orchid #BC2ECF
Tints of Dark Orchid #BC2ECF
RGB
CMYK
RGB Variations
Color information
#BC2ECF (or 0xBC2ECF) is known color: Dark Orchid. HEX triplet: BC, 2E and CF. RGB value is (188,46,207). Sum of RGB (Red+Green+Blue) = 188+46+207=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 46 (18.36% from 255 or 10.43% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC2ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2ECF is #43D130. Grayscale: #6A6A6A. Windows color (decimal): -4444465 or 13577916. OLE color: 13577916.
HSL color Cylindrical-coordinate representation of color #BC2ECF: hue angle of 292.92º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2ECF is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 46 | 207 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.19 |
| HSL | 292.92º | 0.64% | 0.5% | - |
| HSV(B) | 292.92º | 0.78% | 0.81% | - |
| XYZ | 32.98 | 17.15 | 60.6 | - |
| YUV | 106.81 | 184.54 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 207 | 0.09 | 0.78 | 0 | 0.19 | 292.92 | 0.64 | 0.5 |
| Hex | BC | 2E | CF | 9 | 4E | 0 | 13 | 125 | 40 | 32 |
| Octal | 274 | 56 | 317 | 11 | 116 | 0 | 23 | 445 | 100 | 62 |
| Binary | 10111100 | 101110 | 11001111 | 1001 | 1001110 | 0 | 10011 | 100100101 | 1000000 | 110010 |
Color Harmonies of #BC2ECF
Complementary color
Monochromatic Colors of #BC2ECF
Black with #BC2ECF
Text Example
Text Example
White with #BC2ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2ECF; }
p { color: rgb(188,46,207); }
H1.HeaderClassName
{
color: #BC2ECF;
}
.AnyTagClassName
{
color: #BC2ECF;
}
</style>
background-color css
<style>
a { background-color: #BC2ECF; }
a { background-color: rgb(188,46,207); }
div.DivClassName
{
background-color: #BC2ECF;
}
.BgClassName
{
background-color: #BC2ECF;
}
</style>
border-color css
<style>
span { border-color: #BC2ECF; }
span { border-color: rgb(188,46,207); }
td.TdClassName
{
border-color: #BC2ECF;
}
.TagClassName
{
border-color: #BC2ECF;
}
</style>