Shades of Dark Orchid #B121C9
Tints of Dark Orchid #B121C9
RGB
CMYK
RGB Variations
Color information
#B121C9 (or 0xB121C9) is known color: Dark Orchid. HEX triplet: B1, 21 and C9. RGB value is (177,33,201). Sum of RGB (Red+Green+Blue) = 177+33+201=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 33 (13.28% from 255 or 8.03% from 411); Blue value is 201 (78.91% from 255 or 48.91% from 411); Max value from RGB is 201 - color contains mainly: blue. Hex color #B121C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B121C9 is #4EDE36. Grayscale: #5E5E5E. Windows color (decimal): -5168695 or 13181361. OLE color: 13181361.
HSL color Cylindrical-coordinate representation of color #B121C9: hue angle of 291.43º degrees, saturation: 0.72, 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 #B121C9 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 33 | 201 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.21 |
| HSL | 291.43º | 0.72% | 0.46% | - |
| HSV(B) | 291.43º | 0.84% | 0.79% | - |
| XYZ | 29.22 | 14.65 | 56.55 | - |
| YUV | 95.21 | 187.71 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 201 | 0.12 | 0.84 | 0 | 0.21 | 291.43 | 0.72 | 0.46 |
| Hex | B1 | 21 | C9 | C | 54 | 0 | 15 | 123 | 48 | 2E |
| Octal | 261 | 41 | 311 | 14 | 124 | 0 | 25 | 443 | 110 | 56 |
| Binary | 10110001 | 100001 | 11001001 | 1100 | 1010100 | 0 | 10101 | 100100011 | 1001000 | 101110 |
Color Harmonies of #B121C9
Complementary color
Monochromatic Colors of #B121C9
Black with #B121C9
Text Example
Text Example
White with #B121C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B121C9; }
p { color: rgb(177,33,201); }
H1.HeaderClassName
{
color: #B121C9;
}
.AnyTagClassName
{
color: #B121C9;
}
</style>
background-color css
<style>
a { background-color: #B121C9; }
a { background-color: rgb(177,33,201); }
div.DivClassName
{
background-color: #B121C9;
}
.BgClassName
{
background-color: #B121C9;
}
</style>
border-color css
<style>
span { border-color: #B121C9; }
span { border-color: rgb(177,33,201); }
td.TdClassName
{
border-color: #B121C9;
}
.TagClassName
{
border-color: #B121C9;
}
</style>