Shades of Medium Violet Red #B301A2
Tints of Medium Violet Red #B301A2
RGB
CMYK
RGB Variations
Color information
#B301A2 (or 0xB301A2) is known color: Medium Violet Red. HEX triplet: B3, 01 and A2. RGB value is (179,1,162). Sum of RGB (Red+Green+Blue) = 179+1+162=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 162 (63.67% from 255 or 47.37% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B301A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B301A2 is #4CFE5D. Grayscale: #484848. Windows color (decimal): -5045854 or 10617267. OLE color: 10617267.
HSL color Cylindrical-coordinate representation of color #B301A2: hue angle of 305.73º degrees, saturation: 0.99, 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 #B301A2 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 162 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.30 |
| HSL | 305.73º | 0.99% | 0.35% | - |
| HSV(B) | 305.73º | 0.99% | 0.7% | - |
| XYZ | 25.12 | 12.21 | 35.22 | - |
| YUV | 72.58 | 178.47 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 162 | 0 | 0.99 | 0.09 | 0.30 | 305.73 | 0.99 | 0.35 |
| Hex | B3 | 1 | A2 | 0 | 63 | 9 | 1E | 132 | 63 | 23 |
| Octal | 263 | 1 | 242 | 0 | 143 | 11 | 36 | 462 | 143 | 43 |
| Binary | 10110011 | 1 | 10100010 | 0 | 1100011 | 1001 | 11110 | 100110010 | 1100011 | 100011 |
Color Harmonies of #B301A2
Complementary color
Monochromatic Colors of #B301A2
Black with #B301A2
Text Example
Text Example
White with #B301A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B301A2; }
p { color: rgb(179,1,162); }
H1.HeaderClassName
{
color: #B301A2;
}
.AnyTagClassName
{
color: #B301A2;
}
</style>
background-color css
<style>
a { background-color: #B301A2; }
a { background-color: rgb(179,1,162); }
div.DivClassName
{
background-color: #B301A2;
}
.BgClassName
{
background-color: #B301A2;
}
</style>
border-color css
<style>
span { border-color: #B301A2; }
span { border-color: rgb(179,1,162); }
td.TdClassName
{
border-color: #B301A2;
}
.TagClassName
{
border-color: #B301A2;
}
</style>