Shades of Medium Red Violet #B325A0
Tints of Medium Red Violet #B325A0
RGB
CMYK
RGB Variations
Color information
#B325A0 (or 0xB325A0) is known color: Medium Red Violet. HEX triplet: B3, 25 and A0. RGB value is (179,37,160). Sum of RGB (Red+Green+Blue) = 179+37+160=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B325A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B325A0 is #4CDA5F. Grayscale: #5D5D5D. Windows color (decimal): -5036640 or 10495411. OLE color: 10495411.
HSL color Cylindrical-coordinate representation of color #B325A0: hue angle of 308.03º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B325A0 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 37 | 160 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.30 |
| HSL | 308.03º | 0.66% | 0.42% | - |
| HSV(B) | 308.03º | 0.79% | 0.7% | - |
| XYZ | 25.6 | 13.44 | 34.5 | - |
| YUV | 93.48 | 165.54 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 37 | 160 | 0 | 0.79 | 0.11 | 0.30 | 308.03 | 0.66 | 0.42 |
| Hex | B3 | 25 | A0 | 0 | 4F | B | 1E | 134 | 42 | 2A |
| Octal | 263 | 45 | 240 | 0 | 117 | 13 | 36 | 464 | 102 | 52 |
| Binary | 10110011 | 100101 | 10100000 | 0 | 1001111 | 1011 | 11110 | 100110100 | 1000010 | 101010 |
Color Harmonies of #B325A0
Complementary color
Monochromatic Colors of #B325A0
Black with #B325A0
Text Example
Text Example
White with #B325A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B325A0; }
p { color: rgb(179,37,160); }
H1.HeaderClassName
{
color: #B325A0;
}
.AnyTagClassName
{
color: #B325A0;
}
</style>
background-color css
<style>
a { background-color: #B325A0; }
a { background-color: rgb(179,37,160); }
div.DivClassName
{
background-color: #B325A0;
}
.BgClassName
{
background-color: #B325A0;
}
</style>
border-color css
<style>
span { border-color: #B325A0; }
span { border-color: rgb(179,37,160); }
td.TdClassName
{
border-color: #B325A0;
}
.TagClassName
{
border-color: #B325A0;
}
</style>