Shades of Dark Orchid #BC28D5
Tints of Dark Orchid #BC28D5
RGB
CMYK
RGB Variations
Color information
#BC28D5 (or 0xBC28D5) is known color: Dark Orchid. HEX triplet: BC, 28 and D5. RGB value is (188,40,213). Sum of RGB (Red+Green+Blue) = 188+40+213=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 40 (16.02% from 255 or 9.07% from 441); Blue value is 213 (83.59% from 255 or 48.30% from 441); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC28D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC28D5 is #43D72A. Grayscale: #676767. Windows color (decimal): -4445995 or 13969596. OLE color: 13969596.
HSL color Cylindrical-coordinate representation of color #BC28D5: hue angle of 291.33º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC28D5 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 40 | 213 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.16 |
| HSL | 291.33º | 0.68% | 0.5% | - |
| HSV(B) | 291.33º | 0.81% | 0.84% | - |
| XYZ | 33.51 | 17.01 | 64.47 | - |
| YUV | 103.97 | 189.53 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 213 | 0.12 | 0.81 | 0 | 0.16 | 291.33 | 0.68 | 0.5 |
| Hex | BC | 28 | D5 | C | 51 | 0 | 10 | 123 | 44 | 32 |
| Octal | 274 | 50 | 325 | 14 | 121 | 0 | 20 | 443 | 104 | 62 |
| Binary | 10111100 | 101000 | 11010101 | 1100 | 1010001 | 0 | 10000 | 100100011 | 1000100 | 110010 |
Color Harmonies of #BC28D5
Complementary color
Monochromatic Colors of #BC28D5
Black with #BC28D5
Text Example
Text Example
White with #BC28D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC28D5; }
p { color: rgb(188,40,213); }
H1.HeaderClassName
{
color: #BC28D5;
}
.AnyTagClassName
{
color: #BC28D5;
}
</style>
background-color css
<style>
a { background-color: #BC28D5; }
a { background-color: rgb(188,40,213); }
div.DivClassName
{
background-color: #BC28D5;
}
.BgClassName
{
background-color: #BC28D5;
}
</style>
border-color css
<style>
span { border-color: #BC28D5; }
span { border-color: rgb(188,40,213); }
td.TdClassName
{
border-color: #BC28D5;
}
.TagClassName
{
border-color: #BC28D5;
}
</style>