Shades of Dark Orchid #BC2CDF
Tints of Dark Orchid #BC2CDF
RGB
CMYK
RGB Variations
Color information
#BC2CDF (or 0xBC2CDF) is known color: Dark Orchid. HEX triplet: BC, 2C and DF. RGB value is (188,44,223). Sum of RGB (Red+Green+Blue) = 188+44+223=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 44 (17.58% from 255 or 9.67% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC2CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2CDF is #43D320. Grayscale: #6A6A6A. Windows color (decimal): -4444961 or 14625980. OLE color: 14625980.
HSL color Cylindrical-coordinate representation of color #BC2CDF: hue angle of 288.27º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2CDF is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 44 | 223 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.13 |
| HSL | 288.27º | 0.74% | 0.52% | - |
| HSV(B) | 288.27º | 0.8% | 0.87% | - |
| XYZ | 34.96 | 17.82 | 71.41 | - |
| YUV | 107.46 | 193.21 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 44 | 223 | 0.16 | 0.80 | 0 | 0.13 | 288.27 | 0.74 | 0.52 |
| Hex | BC | 2C | DF | 10 | 50 | 0 | D | 120 | 4A | 34 |
| Octal | 274 | 54 | 337 | 20 | 120 | 0 | 15 | 440 | 112 | 64 |
| Binary | 10111100 | 101100 | 11011111 | 10000 | 1010000 | 0 | 1101 | 100100000 | 1001010 | 110100 |
Color Harmonies of #BC2CDF
Complementary color
Monochromatic Colors of #BC2CDF
Black with #BC2CDF
Text Example
Text Example
White with #BC2CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2CDF; }
p { color: rgb(188,44,223); }
H1.HeaderClassName
{
color: #BC2CDF;
}
.AnyTagClassName
{
color: #BC2CDF;
}
</style>
background-color css
<style>
a { background-color: #BC2CDF; }
a { background-color: rgb(188,44,223); }
div.DivClassName
{
background-color: #BC2CDF;
}
.BgClassName
{
background-color: #BC2CDF;
}
</style>
border-color css
<style>
span { border-color: #BC2CDF; }
span { border-color: rgb(188,44,223); }
td.TdClassName
{
border-color: #BC2CDF;
}
.TagClassName
{
border-color: #BC2CDF;
}
</style>