Shades of Dark Orchid #8220BC
Tints of Dark Orchid #8220BC
RGB
CMYK
RGB Variations
Color information
#8220BC (or 0x8220BC) is known color: Dark Orchid. HEX triplet: 82, 20 and BC. RGB value is (130,32,188). Sum of RGB (Red+Green+Blue) = 130+32+188=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #8220BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8220BC is #7DDF43. Grayscale: #4E4E4E. Windows color (decimal): -8249156 or 12329090. OLE color: 12329090.
HSL color Cylindrical-coordinate representation of color #8220BC: hue angle of 277.69º 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 #8220BC is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 32 | 188 | - |
| CMYK | 0.31 | 0.83 | 0 | 0.26 |
| HSL | 277.69º | 0.71% | 0.43% | - |
| HSV(B) | 277.69º | 0.83% | 0.74% | - |
| XYZ | 18.8 | 9.41 | 48.4 | - |
| YUV | 79.09 | 189.47 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 32 | 188 | 0.31 | 0.83 | 0 | 0.26 | 277.69 | 0.71 | 0.43 |
| Hex | 82 | 20 | BC | 1F | 53 | 0 | 1A | 116 | 47 | 2B |
| Octal | 202 | 40 | 274 | 37 | 123 | 0 | 32 | 426 | 107 | 53 |
| Binary | 10000010 | 100000 | 10111100 | 11111 | 1010011 | 0 | 11010 | 100010110 | 1000111 | 101011 |
Color Harmonies of #8220BC
Complementary color
Monochromatic Colors of #8220BC
Black with #8220BC
Text Example
Text Example
White with #8220BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8220BC; }
p { color: rgb(130,32,188); }
H1.HeaderClassName
{
color: #8220BC;
}
.AnyTagClassName
{
color: #8220BC;
}
</style>
background-color css
<style>
a { background-color: #8220BC; }
a { background-color: rgb(130,32,188); }
div.DivClassName
{
background-color: #8220BC;
}
.BgClassName
{
background-color: #8220BC;
}
</style>
border-color css
<style>
span { border-color: #8220BC; }
span { border-color: rgb(130,32,188); }
td.TdClassName
{
border-color: #8220BC;
}
.TagClassName
{
border-color: #8220BC;
}
</style>