Shades of Dark Orchid #BC2BDF
Tints of Dark Orchid #BC2BDF
RGB
CMYK
RGB Variations
Color information
#BC2BDF (or 0xBC2BDF) is known color: Dark Orchid. HEX triplet: BC, 2B and DF. RGB value is (188,43,223). Sum of RGB (Red+Green+Blue) = 188+43+223=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 43 (17.19% from 255 or 9.47% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC2BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2BDF is #43D420. Grayscale: #6A6A6A. Windows color (decimal): -4445217 or 14625724. OLE color: 14625724.
HSL color Cylindrical-coordinate representation of color #BC2BDF: hue angle of 288.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2BDF is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 43 | 223 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.13 |
| HSL | 288.33º | 0.74% | 0.52% | - |
| HSV(B) | 288.33º | 0.81% | 0.87% | - |
| XYZ | 34.92 | 17.75 | 71.4 | - |
| YUV | 106.88 | 193.54 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 43 | 223 | 0.16 | 0.81 | 0 | 0.13 | 288.33 | 0.74 | 0.52 |
| Hex | BC | 2B | DF | 10 | 51 | 0 | D | 120 | 4A | 34 |
| Octal | 274 | 53 | 337 | 20 | 121 | 0 | 15 | 440 | 112 | 64 |
| Binary | 10111100 | 101011 | 11011111 | 10000 | 1010001 | 0 | 1101 | 100100000 | 1001010 | 110100 |
Color Harmonies of #BC2BDF
Complementary color
Monochromatic Colors of #BC2BDF
Black with #BC2BDF
Text Example
Text Example
White with #BC2BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2BDF; }
p { color: rgb(188,43,223); }
H1.HeaderClassName
{
color: #BC2BDF;
}
.AnyTagClassName
{
color: #BC2BDF;
}
</style>
background-color css
<style>
a { background-color: #BC2BDF; }
a { background-color: rgb(188,43,223); }
div.DivClassName
{
background-color: #BC2BDF;
}
.BgClassName
{
background-color: #BC2BDF;
}
</style>
border-color css
<style>
span { border-color: #BC2BDF; }
span { border-color: rgb(188,43,223); }
td.TdClassName
{
border-color: #BC2BDF;
}
.TagClassName
{
border-color: #BC2BDF;
}
</style>