Shades of Dark Orchid #BC2DCF
Tints of Dark Orchid #BC2DCF
RGB
CMYK
RGB Variations
Color information
#BC2DCF (or 0xBC2DCF) is known color: Dark Orchid. HEX triplet: BC, 2D and CF. RGB value is (188,45,207). Sum of RGB (Red+Green+Blue) = 188+45+207=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 45 (17.97% from 255 or 10.23% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC2DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2DCF is #43D230. Grayscale: #696969. Windows color (decimal): -4444721 or 13577660. OLE color: 13577660.
HSL color Cylindrical-coordinate representation of color #BC2DCF: hue angle of 292.96º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2DCF is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 45 | 207 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.19 |
| HSL | 292.96º | 0.64% | 0.49% | - |
| HSV(B) | 292.96º | 0.78% | 0.81% | - |
| XYZ | 32.94 | 17.07 | 60.59 | - |
| YUV | 106.23 | 184.88 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 207 | 0.09 | 0.78 | 0 | 0.19 | 292.96 | 0.64 | 0.49 |
| Hex | BC | 2D | CF | 9 | 4E | 0 | 13 | 125 | 40 | 31 |
| Octal | 274 | 55 | 317 | 11 | 116 | 0 | 23 | 445 | 100 | 61 |
| Binary | 10111100 | 101101 | 11001111 | 1001 | 1001110 | 0 | 10011 | 100100101 | 1000000 | 110001 |
Color Harmonies of #BC2DCF
Complementary color
Monochromatic Colors of #BC2DCF
Black with #BC2DCF
Text Example
Text Example
White with #BC2DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2DCF; }
p { color: rgb(188,45,207); }
H1.HeaderClassName
{
color: #BC2DCF;
}
.AnyTagClassName
{
color: #BC2DCF;
}
</style>
background-color css
<style>
a { background-color: #BC2DCF; }
a { background-color: rgb(188,45,207); }
div.DivClassName
{
background-color: #BC2DCF;
}
.BgClassName
{
background-color: #BC2DCF;
}
</style>
border-color css
<style>
span { border-color: #BC2DCF; }
span { border-color: rgb(188,45,207); }
td.TdClassName
{
border-color: #BC2DCF;
}
.TagClassName
{
border-color: #BC2DCF;
}
</style>