Shades of Medium Red Violet #B022A5
Tints of Medium Red Violet #B022A5
RGB
CMYK
RGB Variations
Color information
#B022A5 (or 0xB022A5) is known color: Medium Red Violet. HEX triplet: B0, 22 and A5. RGB value is (176,34,165). Sum of RGB (Red+Green+Blue) = 176+34+165=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 34 (13.67% from 255 or 9.07% from 375); Blue value is 165 (64.84% from 255 or 44% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B022A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B022A5 is #4FDD5A. Grayscale: #5B5B5B. Windows color (decimal): -5234011 or 10822320. OLE color: 10822320.
HSL color Cylindrical-coordinate representation of color #B022A5: hue angle of 304.65º 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 #B022A5 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 34 | 165 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.31 |
| HSL | 304.65º | 0.68% | 0.41% | - |
| HSV(B) | 304.65º | 0.81% | 0.69% | - |
| XYZ | 25.27 | 13.09 | 36.79 | - |
| YUV | 91.39 | 169.54 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 34 | 165 | 0 | 0.81 | 0.06 | 0.31 | 304.65 | 0.68 | 0.41 |
| Hex | B0 | 22 | A5 | 0 | 51 | 6 | 1F | 131 | 44 | 29 |
| Octal | 260 | 42 | 245 | 0 | 121 | 6 | 37 | 461 | 104 | 51 |
| Binary | 10110000 | 100010 | 10100101 | 0 | 1010001 | 110 | 11111 | 100110001 | 1000100 | 101001 |
Color Harmonies of #B022A5
Complementary color
Monochromatic Colors of #B022A5
Black with #B022A5
Text Example
Text Example
White with #B022A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B022A5; }
p { color: rgb(176,34,165); }
H1.HeaderClassName
{
color: #B022A5;
}
.AnyTagClassName
{
color: #B022A5;
}
</style>
background-color css
<style>
a { background-color: #B022A5; }
a { background-color: rgb(176,34,165); }
div.DivClassName
{
background-color: #B022A5;
}
.BgClassName
{
background-color: #B022A5;
}
</style>
border-color css
<style>
span { border-color: #B022A5; }
span { border-color: rgb(176,34,165); }
td.TdClassName
{
border-color: #B022A5;
}
.TagClassName
{
border-color: #B022A5;
}
</style>