Shades of Medium Violet Red #B302A1
Tints of Medium Violet Red #B302A1
RGB
CMYK
RGB Variations
Color information
#B302A1 (or 0xB302A1) is known color: Medium Violet Red. HEX triplet: B3, 02 and A1. RGB value is (179,2,161). Sum of RGB (Red+Green+Blue) = 179+2+161=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 161 (63.28% from 255 or 47.08% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B302A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B302A1 is #4CFD5E. Grayscale: #484848. Windows color (decimal): -5045599 or 10551987. OLE color: 10551987.
HSL color Cylindrical-coordinate representation of color #B302A1: hue angle of 306.1º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B302A1 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 2 | 161 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.30 |
| HSL | 306.1º | 0.98% | 0.35% | - |
| HSV(B) | 306.1º | 0.99% | 0.7% | - |
| XYZ | 25.05 | 12.2 | 34.75 | - |
| YUV | 73.05 | 177.64 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 2 | 161 | 0 | 0.99 | 0.10 | 0.30 | 306.1 | 0.98 | 0.35 |
| Hex | B3 | 2 | A1 | 0 | 63 | A | 1E | 132 | 62 | 23 |
| Octal | 263 | 2 | 241 | 0 | 143 | 12 | 36 | 462 | 142 | 43 |
| Binary | 10110011 | 10 | 10100001 | 0 | 1100011 | 1010 | 11110 | 100110010 | 1100010 | 100011 |
Color Harmonies of #B302A1
Complementary color
Monochromatic Colors of #B302A1
Black with #B302A1
Text Example
Text Example
White with #B302A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B302A1; }
p { color: rgb(179,2,161); }
H1.HeaderClassName
{
color: #B302A1;
}
.AnyTagClassName
{
color: #B302A1;
}
</style>
background-color css
<style>
a { background-color: #B302A1; }
a { background-color: rgb(179,2,161); }
div.DivClassName
{
background-color: #B302A1;
}
.BgClassName
{
background-color: #B302A1;
}
</style>
border-color css
<style>
span { border-color: #B302A1; }
span { border-color: rgb(179,2,161); }
td.TdClassName
{
border-color: #B302A1;
}
.TagClassName
{
border-color: #B302A1;
}
</style>