Shades of Medium Red Violet #B022A6
Tints of Medium Red Violet #B022A6
RGB
CMYK
RGB Variations
Color information
#B022A6 (or 0xB022A6) is known color: Medium Red Violet. HEX triplet: B0, 22 and A6. RGB value is (176,34,166). Sum of RGB (Red+Green+Blue) = 176+34+166=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 34 (13.67% from 255 or 9.04% from 376); Blue value is 166 (65.23% from 255 or 44.15% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B022A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B022A6 is #4FDD59. Grayscale: #5B5B5B. Windows color (decimal): -5234010 or 10887856. OLE color: 10887856.
HSL color Cylindrical-coordinate representation of color #B022A6: hue angle of 304.23º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B022A6 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 34 | 166 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.31 |
| HSL | 304.23º | 0.68% | 0.41% | - |
| HSV(B) | 304.23º | 0.81% | 0.69% | - |
| XYZ | 25.36 | 13.13 | 37.27 | - |
| YUV | 91.51 | 170.04 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 34 | 166 | 0 | 0.81 | 0.06 | 0.31 | 304.23 | 0.68 | 0.41 |
| Hex | B0 | 22 | A6 | 0 | 51 | 6 | 1F | 130 | 44 | 29 |
| Octal | 260 | 42 | 246 | 0 | 121 | 6 | 37 | 460 | 104 | 51 |
| Binary | 10110000 | 100010 | 10100110 | 0 | 1010001 | 110 | 11111 | 100110000 | 1000100 | 101001 |
Color Harmonies of #B022A6
Complementary color
Monochromatic Colors of #B022A6
Black with #B022A6
Text Example
Text Example
White with #B022A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B022A6; }
p { color: rgb(176,34,166); }
H1.HeaderClassName
{
color: #B022A6;
}
.AnyTagClassName
{
color: #B022A6;
}
</style>
background-color css
<style>
a { background-color: #B022A6; }
a { background-color: rgb(176,34,166); }
div.DivClassName
{
background-color: #B022A6;
}
.BgClassName
{
background-color: #B022A6;
}
</style>
border-color css
<style>
span { border-color: #B022A6; }
span { border-color: rgb(176,34,166); }
td.TdClassName
{
border-color: #B022A6;
}
.TagClassName
{
border-color: #B022A6;
}
</style>