Shades of Medium Red Violet #B02AAA
Tints of Medium Red Violet #B02AAA
RGB
CMYK
RGB Variations
Color information
#B02AAA (or 0xB02AAA) is known color: Medium Red Violet. HEX triplet: B0, 2A and AA. RGB value is (176,42,170). Sum of RGB (Red+Green+Blue) = 176+42+170=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 42 (16.80% from 255 or 10.82% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B02AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02AAA is #4FD555. Grayscale: #606060. Windows color (decimal): -5231958 or 11152048. OLE color: 11152048.
HSL color Cylindrical-coordinate representation of color #B02AAA: hue angle of 302.69º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B02AAA is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 42 | 170 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.31 |
| HSL | 302.69º | 0.61% | 0.43% | - |
| HSV(B) | 302.69º | 0.76% | 0.69% | - |
| XYZ | 25.99 | 13.79 | 39.32 | - |
| YUV | 96.66 | 169.39 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 42 | 170 | 0 | 0.76 | 0.03 | 0.31 | 302.69 | 0.61 | 0.43 |
| Hex | B0 | 2A | AA | 0 | 4C | 3 | 1F | 12F | 3D | 2B |
| Octal | 260 | 52 | 252 | 0 | 114 | 3 | 37 | 457 | 75 | 53 |
| Binary | 10110000 | 101010 | 10101010 | 0 | 1001100 | 11 | 11111 | 100101111 | 111101 | 101011 |
Color Harmonies of #B02AAA
Complementary color
Monochromatic Colors of #B02AAA
Black with #B02AAA
Text Example
Text Example
White with #B02AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02AAA; }
p { color: rgb(176,42,170); }
H1.HeaderClassName
{
color: #B02AAA;
}
.AnyTagClassName
{
color: #B02AAA;
}
</style>
background-color css
<style>
a { background-color: #B02AAA; }
a { background-color: rgb(176,42,170); }
div.DivClassName
{
background-color: #B02AAA;
}
.BgClassName
{
background-color: #B02AAA;
}
</style>
border-color css
<style>
span { border-color: #B02AAA; }
span { border-color: rgb(176,42,170); }
td.TdClassName
{
border-color: #B02AAA;
}
.TagClassName
{
border-color: #B02AAA;
}
</style>