Shades of Dark Orchid #B120C9
Tints of Dark Orchid #B120C9
RGB
CMYK
RGB Variations
Color information
#B120C9 (or 0xB120C9) is known color: Dark Orchid. HEX triplet: B1, 20 and C9. RGB value is (177,32,201). Sum of RGB (Red+Green+Blue) = 177+32+201=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 32 (12.89% from 255 or 7.80% from 410); Blue value is 201 (78.91% from 255 or 49.02% from 410); Max value from RGB is 201 - color contains mainly: blue. Hex color #B120C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B120C9 is #4EDF36. Grayscale: #5E5E5E. Windows color (decimal): -5168951 or 13181105. OLE color: 13181105.
HSL color Cylindrical-coordinate representation of color #B120C9: hue angle of 291.48º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B120C9 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 32 | 201 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.21 |
| HSL | 291.48º | 0.73% | 0.46% | - |
| HSV(B) | 291.48º | 0.84% | 0.79% | - |
| XYZ | 29.19 | 14.6 | 56.54 | - |
| YUV | 94.62 | 188.04 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 32 | 201 | 0.12 | 0.84 | 0 | 0.21 | 291.48 | 0.73 | 0.46 |
| Hex | B1 | 20 | C9 | C | 54 | 0 | 15 | 123 | 49 | 2E |
| Octal | 261 | 40 | 311 | 14 | 124 | 0 | 25 | 443 | 111 | 56 |
| Binary | 10110001 | 100000 | 11001001 | 1100 | 1010100 | 0 | 10101 | 100100011 | 1001001 | 101110 |
Color Harmonies of #B120C9
Complementary color
Monochromatic Colors of #B120C9
Black with #B120C9
Text Example
Text Example
White with #B120C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B120C9; }
p { color: rgb(177,32,201); }
H1.HeaderClassName
{
color: #B120C9;
}
.AnyTagClassName
{
color: #B120C9;
}
</style>
background-color css
<style>
a { background-color: #B120C9; }
a { background-color: rgb(177,32,201); }
div.DivClassName
{
background-color: #B120C9;
}
.BgClassName
{
background-color: #B120C9;
}
</style>
border-color css
<style>
span { border-color: #B120C9; }
span { border-color: rgb(177,32,201); }
td.TdClassName
{
border-color: #B120C9;
}
.TagClassName
{
border-color: #B120C9;
}
</style>