Shades of Medium Violet Red #B304A2
Tints of Medium Violet Red #B304A2
RGB
CMYK
RGB Variations
Color information
#B304A2 (or 0xB304A2) is known color: Medium Violet Red. HEX triplet: B3, 04 and A2. RGB value is (179,4,162). Sum of RGB (Red+Green+Blue) = 179+4+162=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 4 (1.95% from 255 or 1.16% from 345); Blue value is 162 (63.67% from 255 or 46.96% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B304A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B304A2 is #4CFB5D. Grayscale: #494949. Windows color (decimal): -5045086 or 10618035. OLE color: 10618035.
HSL color Cylindrical-coordinate representation of color #B304A2: hue angle of 305.83º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B304A2 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 4 | 162 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.30 |
| HSL | 305.83º | 0.96% | 0.36% | - |
| HSV(B) | 305.83º | 0.98% | 0.7% | - |
| XYZ | 25.16 | 12.28 | 35.23 | - |
| YUV | 74.34 | 177.48 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 4 | 162 | 0 | 0.98 | 0.09 | 0.30 | 305.83 | 0.96 | 0.36 |
| Hex | B3 | 4 | A2 | 0 | 62 | 9 | 1E | 132 | 60 | 24 |
| Octal | 263 | 4 | 242 | 0 | 142 | 11 | 36 | 462 | 140 | 44 |
| Binary | 10110011 | 100 | 10100010 | 0 | 1100010 | 1001 | 11110 | 100110010 | 1100000 | 100100 |
Color Harmonies of #B304A2
Complementary color
Monochromatic Colors of #B304A2
Black with #B304A2
Text Example
Text Example
White with #B304A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B304A2; }
p { color: rgb(179,4,162); }
H1.HeaderClassName
{
color: #B304A2;
}
.AnyTagClassName
{
color: #B304A2;
}
</style>
background-color css
<style>
a { background-color: #B304A2; }
a { background-color: rgb(179,4,162); }
div.DivClassName
{
background-color: #B304A2;
}
.BgClassName
{
background-color: #B304A2;
}
</style>
border-color css
<style>
span { border-color: #B304A2; }
span { border-color: rgb(179,4,162); }
td.TdClassName
{
border-color: #B304A2;
}
.TagClassName
{
border-color: #B304A2;
}
</style>