Shades of Dark Orchid #BC28DF
Tints of Dark Orchid #BC28DF
RGB
CMYK
RGB Variations
Color information
#BC28DF (or 0xBC28DF) is known color: Dark Orchid. HEX triplet: BC, 28 and DF. RGB value is (188,40,223). Sum of RGB (Red+Green+Blue) = 188+40+223=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 40 (16.02% from 255 or 8.87% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC28DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC28DF is #43D720. Grayscale: #686868. Windows color (decimal): -4445985 or 14624956. OLE color: 14624956.
HSL color Cylindrical-coordinate representation of color #BC28DF: hue angle of 288.52º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC28DF is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 40 | 223 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.13 |
| HSL | 288.52º | 0.74% | 0.52% | - |
| HSV(B) | 288.52º | 0.82% | 0.87% | - |
| XYZ | 34.82 | 17.54 | 71.36 | - |
| YUV | 105.11 | 194.53 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 223 | 0.16 | 0.82 | 0 | 0.13 | 288.52 | 0.74 | 0.52 |
| Hex | BC | 28 | DF | 10 | 52 | 0 | D | 121 | 4A | 34 |
| Octal | 274 | 50 | 337 | 20 | 122 | 0 | 15 | 441 | 112 | 64 |
| Binary | 10111100 | 101000 | 11011111 | 10000 | 1010010 | 0 | 1101 | 100100001 | 1001010 | 110100 |
Color Harmonies of #BC28DF
Complementary color
Monochromatic Colors of #BC28DF
Black with #BC28DF
Text Example
Text Example
White with #BC28DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC28DF; }
p { color: rgb(188,40,223); }
H1.HeaderClassName
{
color: #BC28DF;
}
.AnyTagClassName
{
color: #BC28DF;
}
</style>
background-color css
<style>
a { background-color: #BC28DF; }
a { background-color: rgb(188,40,223); }
div.DivClassName
{
background-color: #BC28DF;
}
.BgClassName
{
background-color: #BC28DF;
}
</style>
border-color css
<style>
span { border-color: #BC28DF; }
span { border-color: rgb(188,40,223); }
td.TdClassName
{
border-color: #BC28DF;
}
.TagClassName
{
border-color: #BC28DF;
}
</style>