Shades of Dark Orchid #B122C9
Tints of Dark Orchid #B122C9
RGB
CMYK
RGB Variations
Color information
#B122C9 (or 0xB122C9) is known color: Dark Orchid. HEX triplet: B1, 22 and C9. RGB value is (177,34,201). Sum of RGB (Red+Green+Blue) = 177+34+201=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 34 (13.67% from 255 or 8.25% from 412); Blue value is 201 (78.91% from 255 or 48.79% from 412); Max value from RGB is 201 - color contains mainly: blue. Hex color #B122C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B122C9 is #4EDD36. Grayscale: #5F5F5F. Windows color (decimal): -5168439 or 13181617. OLE color: 13181617.
HSL color Cylindrical-coordinate representation of color #B122C9: hue angle of 291.38º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B122C9 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 34 | 201 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.21 |
| HSL | 291.38º | 0.71% | 0.46% | - |
| HSV(B) | 291.38º | 0.83% | 0.79% | - |
| XYZ | 29.25 | 14.71 | 56.56 | - |
| YUV | 95.8 | 187.38 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 34 | 201 | 0.12 | 0.83 | 0 | 0.21 | 291.38 | 0.71 | 0.46 |
| Hex | B1 | 22 | C9 | C | 53 | 0 | 15 | 123 | 47 | 2E |
| Octal | 261 | 42 | 311 | 14 | 123 | 0 | 25 | 443 | 107 | 56 |
| Binary | 10110001 | 100010 | 11001001 | 1100 | 1010011 | 0 | 10101 | 100100011 | 1000111 | 101110 |
Color Harmonies of #B122C9
Complementary color
Monochromatic Colors of #B122C9
Black with #B122C9
Text Example
Text Example
White with #B122C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B122C9; }
p { color: rgb(177,34,201); }
H1.HeaderClassName
{
color: #B122C9;
}
.AnyTagClassName
{
color: #B122C9;
}
</style>
background-color css
<style>
a { background-color: #B122C9; }
a { background-color: rgb(177,34,201); }
div.DivClassName
{
background-color: #B122C9;
}
.BgClassName
{
background-color: #B122C9;
}
</style>
border-color css
<style>
span { border-color: #B122C9; }
span { border-color: rgb(177,34,201); }
td.TdClassName
{
border-color: #B122C9;
}
.TagClassName
{
border-color: #B122C9;
}
</style>