Shades of Dark Orchid #B122BA
Tints of Dark Orchid #B122BA
RGB
CMYK
RGB Variations
Color information
#B122BA (or 0xB122BA) is known color: Dark Orchid. HEX triplet: B1, 22 and BA. RGB value is (177,34,186). Sum of RGB (Red+Green+Blue) = 177+34+186=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 34 (13.67% from 255 or 8.56% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #B122BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B122BA is #4EDD45. Grayscale: #5D5D5D. Windows color (decimal): -5168454 or 12198577. OLE color: 12198577.
HSL color Cylindrical-coordinate representation of color #B122BA: hue angle of 296.45º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B122BA is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 34 | 186 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.27 |
| HSL | 296.45º | 0.69% | 0.43% | - |
| HSV(B) | 296.45º | 0.82% | 0.73% | - |
| XYZ | 27.57 | 14.04 | 47.71 | - |
| YUV | 94.09 | 179.88 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 34 | 186 | 0.05 | 0.82 | 0 | 0.27 | 296.45 | 0.69 | 0.43 |
| Hex | B1 | 22 | BA | 5 | 52 | 0 | 1B | 128 | 45 | 2B |
| Octal | 261 | 42 | 272 | 5 | 122 | 0 | 33 | 450 | 105 | 53 |
| Binary | 10110001 | 100010 | 10111010 | 101 | 1010010 | 0 | 11011 | 100101000 | 1000101 | 101011 |
Color Harmonies of #B122BA
Complementary color
Monochromatic Colors of #B122BA
Black with #B122BA
Text Example
Text Example
White with #B122BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B122BA; }
p { color: rgb(177,34,186); }
H1.HeaderClassName
{
color: #B122BA;
}
.AnyTagClassName
{
color: #B122BA;
}
</style>
background-color css
<style>
a { background-color: #B122BA; }
a { background-color: rgb(177,34,186); }
div.DivClassName
{
background-color: #B122BA;
}
.BgClassName
{
background-color: #B122BA;
}
</style>
border-color css
<style>
span { border-color: #B122BA; }
span { border-color: rgb(177,34,186); }
td.TdClassName
{
border-color: #B122BA;
}
.TagClassName
{
border-color: #B122BA;
}
</style>