Shades of Medium Red Violet #B327A0
Tints of Medium Red Violet #B327A0
RGB
CMYK
RGB Variations
Color information
#B327A0 (or 0xB327A0) is known color: Medium Red Violet. HEX triplet: B3, 27 and A0. RGB value is (179,39,160). Sum of RGB (Red+Green+Blue) = 179+39+160=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 160 (62.89% from 255 or 42.33% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B327A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B327A0 is #4CD85F. Grayscale: #5E5E5E. Windows color (decimal): -5036128 or 10495923. OLE color: 10495923.
HSL color Cylindrical-coordinate representation of color #B327A0: hue angle of 308.14º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B327A0 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 39 | 160 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.30 |
| HSL | 308.14º | 0.64% | 0.43% | - |
| HSV(B) | 308.14º | 0.78% | 0.7% | - |
| XYZ | 25.66 | 13.57 | 34.53 | - |
| YUV | 94.65 | 164.88 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 39 | 160 | 0 | 0.78 | 0.11 | 0.30 | 308.14 | 0.64 | 0.43 |
| Hex | B3 | 27 | A0 | 0 | 4E | B | 1E | 134 | 40 | 2B |
| Octal | 263 | 47 | 240 | 0 | 116 | 13 | 36 | 464 | 100 | 53 |
| Binary | 10110011 | 100111 | 10100000 | 0 | 1001110 | 1011 | 11110 | 100110100 | 1000000 | 101011 |
Color Harmonies of #B327A0
Complementary color
Monochromatic Colors of #B327A0
Black with #B327A0
Text Example
Text Example
White with #B327A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B327A0; }
p { color: rgb(179,39,160); }
H1.HeaderClassName
{
color: #B327A0;
}
.AnyTagClassName
{
color: #B327A0;
}
</style>
background-color css
<style>
a { background-color: #B327A0; }
a { background-color: rgb(179,39,160); }
div.DivClassName
{
background-color: #B327A0;
}
.BgClassName
{
background-color: #B327A0;
}
</style>
border-color css
<style>
span { border-color: #B327A0; }
span { border-color: rgb(179,39,160); }
td.TdClassName
{
border-color: #B327A0;
}
.TagClassName
{
border-color: #B327A0;
}
</style>