Shades of Dark Orchid #B120DC
Tints of Dark Orchid #B120DC
RGB
CMYK
RGB Variations
Color information
#B120DC (or 0xB120DC) is known color: Dark Orchid. HEX triplet: B1, 20 and DC. RGB value is (177,32,220). Sum of RGB (Red+Green+Blue) = 177+32+220=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 32 (12.89% from 255 or 7.46% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #B120DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B120DC is #4EDF23. Grayscale: #606060. Windows color (decimal): -5168932 or 14426289. OLE color: 14426289.
HSL color Cylindrical-coordinate representation of color #B120DC: hue angle of 286.28º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B120DC is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 32 | 220 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.14 |
| HSL | 286.28º | 0.75% | 0.49% | - |
| HSV(B) | 286.28º | 0.85% | 0.86% | - |
| XYZ | 31.57 | 15.55 | 69.05 | - |
| YUV | 96.79 | 197.54 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 32 | 220 | 0.20 | 0.85 | 0 | 0.14 | 286.28 | 0.75 | 0.49 |
| Hex | B1 | 20 | DC | 14 | 55 | 0 | E | 11E | 4B | 31 |
| Octal | 261 | 40 | 334 | 24 | 125 | 0 | 16 | 436 | 113 | 61 |
| Binary | 10110001 | 100000 | 11011100 | 10100 | 1010101 | 0 | 1110 | 100011110 | 1001011 | 110001 |
Color Harmonies of #B120DC
Complementary color
Monochromatic Colors of #B120DC
Black with #B120DC
Text Example
Text Example
White with #B120DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B120DC; }
p { color: rgb(177,32,220); }
H1.HeaderClassName
{
color: #B120DC;
}
.AnyTagClassName
{
color: #B120DC;
}
</style>
background-color css
<style>
a { background-color: #B120DC; }
a { background-color: rgb(177,32,220); }
div.DivClassName
{
background-color: #B120DC;
}
.BgClassName
{
background-color: #B120DC;
}
</style>
border-color css
<style>
span { border-color: #B120DC; }
span { border-color: rgb(177,32,220); }
td.TdClassName
{
border-color: #B120DC;
}
.TagClassName
{
border-color: #B120DC;
}
</style>