Shades of Dark Orchid #B122C1
Tints of Dark Orchid #B122C1
RGB
CMYK
RGB Variations
Color information
#B122C1 (or 0xB122C1) is known color: Dark Orchid. HEX triplet: B1, 22 and C1. RGB value is (177,34,193). Sum of RGB (Red+Green+Blue) = 177+34+193=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 34 (13.67% from 255 or 8.42% from 404); Blue value is 193 (75.78% from 255 or 47.77% from 404); Max value from RGB is 193 - color contains mainly: blue. Hex color #B122C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B122C1 is #4EDD3E. Grayscale: #5E5E5E. Windows color (decimal): -5168447 or 12657329. OLE color: 12657329.
HSL color Cylindrical-coordinate representation of color #B122C1: hue angle of 293.96º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B122C1 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 34 | 193 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.24 |
| HSL | 293.96º | 0.7% | 0.45% | - |
| HSV(B) | 293.96º | 0.82% | 0.76% | - |
| XYZ | 28.33 | 14.34 | 51.73 | - |
| YUV | 94.88 | 183.38 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 34 | 193 | 0.08 | 0.82 | 0 | 0.24 | 293.96 | 0.7 | 0.45 |
| Hex | B1 | 22 | C1 | 8 | 52 | 0 | 18 | 126 | 46 | 2D |
| Octal | 261 | 42 | 301 | 10 | 122 | 0 | 30 | 446 | 106 | 55 |
| Binary | 10110001 | 100010 | 11000001 | 1000 | 1010010 | 0 | 11000 | 100100110 | 1000110 | 101101 |
Color Harmonies of #B122C1
Complementary color
Monochromatic Colors of #B122C1
Black with #B122C1
Text Example
Text Example
White with #B122C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B122C1; }
p { color: rgb(177,34,193); }
H1.HeaderClassName
{
color: #B122C1;
}
.AnyTagClassName
{
color: #B122C1;
}
</style>
background-color css
<style>
a { background-color: #B122C1; }
a { background-color: rgb(177,34,193); }
div.DivClassName
{
background-color: #B122C1;
}
.BgClassName
{
background-color: #B122C1;
}
</style>
border-color css
<style>
span { border-color: #B122C1; }
span { border-color: rgb(177,34,193); }
td.TdClassName
{
border-color: #B122C1;
}
.TagClassName
{
border-color: #B122C1;
}
</style>