Shades of Medium Red Violet #B02AA4
Tints of Medium Red Violet #B02AA4
RGB
CMYK
RGB Variations
Color information
#B02AA4 (or 0xB02AA4) is known color: Medium Red Violet. HEX triplet: B0, 2A and A4. RGB value is (176,42,164). Sum of RGB (Red+Green+Blue) = 176+42+164=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 42 (16.80% from 255 or 10.99% from 382); Blue value is 164 (64.45% from 255 or 42.93% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B02AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02AA4 is #4FD55B. Grayscale: #5F5F5F. Windows color (decimal): -5231964 or 10758832. OLE color: 10758832.
HSL color Cylindrical-coordinate representation of color #B02AA4: hue angle of 305.37º 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 #B02AA4 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 42 | 164 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.31 |
| HSL | 305.37º | 0.61% | 0.43% | - |
| HSV(B) | 305.37º | 0.76% | 0.69% | - |
| XYZ | 25.43 | 13.57 | 36.4 | - |
| YUV | 95.97 | 166.39 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 42 | 164 | 0 | 0.76 | 0.07 | 0.31 | 305.37 | 0.61 | 0.43 |
| Hex | B0 | 2A | A4 | 0 | 4C | 7 | 1F | 131 | 3D | 2B |
| Octal | 260 | 52 | 244 | 0 | 114 | 7 | 37 | 461 | 75 | 53 |
| Binary | 10110000 | 101010 | 10100100 | 0 | 1001100 | 111 | 11111 | 100110001 | 111101 | 101011 |
Color Harmonies of #B02AA4
Complementary color
Monochromatic Colors of #B02AA4
Black with #B02AA4
Text Example
Text Example
White with #B02AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02AA4; }
p { color: rgb(176,42,164); }
H1.HeaderClassName
{
color: #B02AA4;
}
.AnyTagClassName
{
color: #B02AA4;
}
</style>
background-color css
<style>
a { background-color: #B02AA4; }
a { background-color: rgb(176,42,164); }
div.DivClassName
{
background-color: #B02AA4;
}
.BgClassName
{
background-color: #B02AA4;
}
</style>
border-color css
<style>
span { border-color: #B02AA4; }
span { border-color: rgb(176,42,164); }
td.TdClassName
{
border-color: #B02AA4;
}
.TagClassName
{
border-color: #B02AA4;
}
</style>