Shades of Medium Violet Red #B301A1
Tints of Medium Violet Red #B301A1
RGB
CMYK
RGB Variations
Color information
#B301A1 (or 0xB301A1) is known color: Medium Violet Red. HEX triplet: B3, 01 and A1. RGB value is (179,1,161). Sum of RGB (Red+Green+Blue) = 179+1+161=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 161 (63.28% from 255 or 47.21% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B301A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B301A1 is #4CFE5E. Grayscale: #484848. Windows color (decimal): -5045855 or 10551731. OLE color: 10551731.
HSL color Cylindrical-coordinate representation of color #B301A1: hue angle of 306.07º 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 #B301A1 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 161 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.30 |
| HSL | 306.07º | 0.99% | 0.35% | - |
| HSV(B) | 306.07º | 0.99% | 0.7% | - |
| XYZ | 25.03 | 12.18 | 34.75 | - |
| YUV | 72.46 | 177.97 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 161 | 0 | 0.99 | 0.10 | 0.30 | 306.07 | 0.99 | 0.35 |
| Hex | B3 | 1 | A1 | 0 | 63 | A | 1E | 132 | 63 | 23 |
| Octal | 263 | 1 | 241 | 0 | 143 | 12 | 36 | 462 | 143 | 43 |
| Binary | 10110011 | 1 | 10100001 | 0 | 1100011 | 1010 | 11110 | 100110010 | 1100011 | 100011 |
Color Harmonies of #B301A1
Complementary color
Monochromatic Colors of #B301A1
Black with #B301A1
Text Example
Text Example
White with #B301A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B301A1; }
p { color: rgb(179,1,161); }
H1.HeaderClassName
{
color: #B301A1;
}
.AnyTagClassName
{
color: #B301A1;
}
</style>
background-color css
<style>
a { background-color: #B301A1; }
a { background-color: rgb(179,1,161); }
div.DivClassName
{
background-color: #B301A1;
}
.BgClassName
{
background-color: #B301A1;
}
</style>
border-color css
<style>
span { border-color: #B301A1; }
span { border-color: rgb(179,1,161); }
td.TdClassName
{
border-color: #B301A1;
}
.TagClassName
{
border-color: #B301A1;
}
</style>