Shades of Dark Orchid #8020BC
Tints of Dark Orchid #8020BC
RGB
CMYK
RGB Variations
Color information
#8020BC (or 0x8020BC) is known color: Dark Orchid. HEX triplet: 80, 20 and BC. RGB value is (128,32,188). Sum of RGB (Red+Green+Blue) = 128+32+188=348 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.78% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #8020BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8020BC is #7FDF43. Grayscale: #4D4D4D. Windows color (decimal): -8380228 or 12329088. OLE color: 12329088.
HSL color Cylindrical-coordinate representation of color #8020BC: hue angle of 276.92º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8020BC is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 32 | 188 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.26 |
| HSL | 276.92º | 0.71% | 0.43% | - |
| HSV(B) | 276.92º | 0.83% | 0.74% | - |
| XYZ | 18.5 | 9.25 | 48.39 | - |
| YUV | 78.49 | 189.8 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 188 | 0.32 | 0.83 | 0 | 0.26 | 276.92 | 0.71 | 0.43 |
| Hex | 80 | 20 | BC | 20 | 53 | 0 | 1A | 115 | 47 | 2B |
| Octal | 200 | 40 | 274 | 40 | 123 | 0 | 32 | 425 | 107 | 53 |
| Binary | 10000000 | 100000 | 10111100 | 100000 | 1010011 | 0 | 11010 | 100010101 | 1000111 | 101011 |
Color Harmonies of #8020BC
Complementary color
Monochromatic Colors of #8020BC
Black with #8020BC
Text Example
Text Example
White with #8020BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8020BC; }
p { color: rgb(128,32,188); }
H1.HeaderClassName
{
color: #8020BC;
}
.AnyTagClassName
{
color: #8020BC;
}
</style>
background-color css
<style>
a { background-color: #8020BC; }
a { background-color: rgb(128,32,188); }
div.DivClassName
{
background-color: #8020BC;
}
.BgClassName
{
background-color: #8020BC;
}
</style>
border-color css
<style>
span { border-color: #8020BC; }
span { border-color: rgb(128,32,188); }
td.TdClassName
{
border-color: #8020BC;
}
.TagClassName
{
border-color: #8020BC;
}
</style>