Shades of Dark Orchid #B122DD
Tints of Dark Orchid #B122DD
RGB
CMYK
RGB Variations
Color information
#B122DD (or 0xB122DD) is known color: Dark Orchid. HEX triplet: B1, 22 and DD. RGB value is (177,34,221). Sum of RGB (Red+Green+Blue) = 177+34+221=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 34 (13.67% from 255 or 7.87% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #B122DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B122DD is #4EDD22. Grayscale: #616161. Windows color (decimal): -5168419 or 14492337. OLE color: 14492337.
HSL color Cylindrical-coordinate representation of color #B122DD: hue angle of 285.88º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B122DD is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 34 | 221 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.13 |
| HSL | 285.88º | 0.73% | 0.5% | - |
| HSV(B) | 285.88º | 0.85% | 0.87% | - |
| XYZ | 31.75 | 15.71 | 69.77 | - |
| YUV | 98.08 | 197.38 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 34 | 221 | 0.20 | 0.85 | 0 | 0.13 | 285.88 | 0.73 | 0.5 |
| Hex | B1 | 22 | DD | 14 | 55 | 0 | D | 11E | 49 | 32 |
| Octal | 261 | 42 | 335 | 24 | 125 | 0 | 15 | 436 | 111 | 62 |
| Binary | 10110001 | 100010 | 11011101 | 10100 | 1010101 | 0 | 1101 | 100011110 | 1001001 | 110010 |
Color Harmonies of #B122DD
Complementary color
Monochromatic Colors of #B122DD
Black with #B122DD
Text Example
Text Example
White with #B122DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B122DD; }
p { color: rgb(177,34,221); }
H1.HeaderClassName
{
color: #B122DD;
}
.AnyTagClassName
{
color: #B122DD;
}
</style>
background-color css
<style>
a { background-color: #B122DD; }
a { background-color: rgb(177,34,221); }
div.DivClassName
{
background-color: #B122DD;
}
.BgClassName
{
background-color: #B122DD;
}
</style>
border-color css
<style>
span { border-color: #B122DD; }
span { border-color: rgb(177,34,221); }
td.TdClassName
{
border-color: #B122DD;
}
.TagClassName
{
border-color: #B122DD;
}
</style>