Shades of Medium Red Violet #B02EA3
Tints of Medium Red Violet #B02EA3
RGB
CMYK
RGB Variations
Color information
#B02EA3 (or 0xB02EA3) is known color: Medium Red Violet. HEX triplet: B0, 2E and A3. RGB value is (176,46,163). Sum of RGB (Red+Green+Blue) = 176+46+163=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 46 (18.36% from 255 or 11.95% from 385); Blue value is 163 (64.06% from 255 or 42.34% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B02EA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02EA3 is #4FD15C. Grayscale: #616161. Windows color (decimal): -5230941 or 10694320. OLE color: 10694320.
HSL color Cylindrical-coordinate representation of color #B02EA3: hue angle of 306º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B02EA3 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 46 | 163 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.31 |
| HSL | 306º | 0.59% | 0.44% | - |
| HSV(B) | 306º | 0.74% | 0.69% | - |
| XYZ | 25.49 | 13.83 | 35.98 | - |
| YUV | 98.21 | 164.57 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 46 | 163 | 0 | 0.74 | 0.07 | 0.31 | 306 | 0.59 | 0.44 |
| Hex | B0 | 2E | A3 | 0 | 4A | 7 | 1F | 132 | 3B | 2C |
| Octal | 260 | 56 | 243 | 0 | 112 | 7 | 37 | 462 | 73 | 54 |
| Binary | 10110000 | 101110 | 10100011 | 0 | 1001010 | 111 | 11111 | 100110010 | 111011 | 101100 |
Color Harmonies of #B02EA3
Complementary color
Monochromatic Colors of #B02EA3
Black with #B02EA3
Text Example
Text Example
White with #B02EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02EA3; }
p { color: rgb(176,46,163); }
H1.HeaderClassName
{
color: #B02EA3;
}
.AnyTagClassName
{
color: #B02EA3;
}
</style>
background-color css
<style>
a { background-color: #B02EA3; }
a { background-color: rgb(176,46,163); }
div.DivClassName
{
background-color: #B02EA3;
}
.BgClassName
{
background-color: #B02EA3;
}
</style>
border-color css
<style>
span { border-color: #B02EA3; }
span { border-color: rgb(176,46,163); }
td.TdClassName
{
border-color: #B02EA3;
}
.TagClassName
{
border-color: #B02EA3;
}
</style>