Shades of Medium Violet Red #B502A4
Tints of Medium Violet Red #B502A4
RGB
CMYK
RGB Variations
Color information
#B502A4 (or 0xB502A4) is known color: Medium Violet Red. HEX triplet: B5, 02 and A4. RGB value is (181,2,164). Sum of RGB (Red+Green+Blue) = 181+2+164=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 164 (64.45% from 255 or 47.26% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B502A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B502A4 is #4AFD5B. Grayscale: #494949. Windows color (decimal): -4914524 or 10748597. OLE color: 10748597.
HSL color Cylindrical-coordinate representation of color #B502A4: hue angle of 305.7º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B502A4 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 2 | 164 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.29 |
| HSL | 305.7º | 0.98% | 0.36% | - |
| HSV(B) | 305.7º | 0.99% | 0.71% | - |
| XYZ | 25.78 | 12.55 | 36.19 | - |
| YUV | 73.99 | 178.8 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 2 | 164 | 0 | 0.99 | 0.09 | 0.29 | 305.7 | 0.98 | 0.36 |
| Hex | B5 | 2 | A4 | 0 | 63 | 9 | 1D | 132 | 62 | 24 |
| Octal | 265 | 2 | 244 | 0 | 143 | 11 | 35 | 462 | 142 | 44 |
| Binary | 10110101 | 10 | 10100100 | 0 | 1100011 | 1001 | 11101 | 100110010 | 1100010 | 100100 |
Color Harmonies of #B502A4
Complementary color
Monochromatic Colors of #B502A4
Black with #B502A4
Text Example
Text Example
White with #B502A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B502A4; }
p { color: rgb(181,2,164); }
H1.HeaderClassName
{
color: #B502A4;
}
.AnyTagClassName
{
color: #B502A4;
}
</style>
background-color css
<style>
a { background-color: #B502A4; }
a { background-color: rgb(181,2,164); }
div.DivClassName
{
background-color: #B502A4;
}
.BgClassName
{
background-color: #B502A4;
}
</style>
border-color css
<style>
span { border-color: #B502A4; }
span { border-color: rgb(181,2,164); }
td.TdClassName
{
border-color: #B502A4;
}
.TagClassName
{
border-color: #B502A4;
}
</style>