Shades of Dark Orchid #BC2DDF
Tints of Dark Orchid #BC2DDF
RGB
CMYK
RGB Variations
Color information
#BC2DDF (or 0xBC2DDF) is known color: Dark Orchid. HEX triplet: BC, 2D and DF. RGB value is (188,45,223). Sum of RGB (Red+Green+Blue) = 188+45+223=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 45 (17.97% from 255 or 9.87% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC2DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2DDF is #43D220. Grayscale: #6B6B6B. Windows color (decimal): -4444705 or 14626236. OLE color: 14626236.
HSL color Cylindrical-coordinate representation of color #BC2DDF: hue angle of 288.2º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2DDF is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 45 | 223 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.13 |
| HSL | 288.2º | 0.74% | 0.53% | - |
| HSV(B) | 288.2º | 0.8% | 0.87% | - |
| XYZ | 35 | 17.9 | 71.42 | - |
| YUV | 108.05 | 192.88 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 223 | 0.16 | 0.80 | 0 | 0.13 | 288.2 | 0.74 | 0.53 |
| Hex | BC | 2D | DF | 10 | 50 | 0 | D | 120 | 4A | 35 |
| Octal | 274 | 55 | 337 | 20 | 120 | 0 | 15 | 440 | 112 | 65 |
| Binary | 10111100 | 101101 | 11011111 | 10000 | 1010000 | 0 | 1101 | 100100000 | 1001010 | 110101 |
Color Harmonies of #BC2DDF
Complementary color
Monochromatic Colors of #BC2DDF
Black with #BC2DDF
Text Example
Text Example
White with #BC2DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2DDF; }
p { color: rgb(188,45,223); }
H1.HeaderClassName
{
color: #BC2DDF;
}
.AnyTagClassName
{
color: #BC2DDF;
}
</style>
background-color css
<style>
a { background-color: #BC2DDF; }
a { background-color: rgb(188,45,223); }
div.DivClassName
{
background-color: #BC2DDF;
}
.BgClassName
{
background-color: #BC2DDF;
}
</style>
border-color css
<style>
span { border-color: #BC2DDF; }
span { border-color: rgb(188,45,223); }
td.TdClassName
{
border-color: #BC2DDF;
}
.TagClassName
{
border-color: #BC2DDF;
}
</style>