Shades of Medium Red Violet #B3327B
Tints of Medium Red Violet #B3327B
RGB
CMYK
RGB Variations
Color information
#B3327B (or 0xB3327B) is known color: Medium Red Violet. HEX triplet: B3, 32 and 7B. RGB value is (179,50,123). Sum of RGB (Red+Green+Blue) = 179+50+123=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B3327B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3327B is #4CCD84. Grayscale: #606060. Windows color (decimal): -5033349 or 8073907. OLE color: 8073907.
HSL color Cylindrical-coordinate representation of color #B3327B: hue angle of 326.05º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B3327B is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 50 | 123 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.30 |
| HSL | 326.05º | 0.56% | 0.45% | - |
| HSV(B) | 326.05º | 0.72% | 0.7% | - |
| XYZ | 23.31 | 13.29 | 20.08 | - |
| YUV | 96.89 | 142.74 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 50 | 123 | 0 | 0.72 | 0.31 | 0.30 | 326.05 | 0.56 | 0.45 |
| Hex | B3 | 32 | 7B | 0 | 48 | 1F | 1E | 146 | 38 | 2D |
| Octal | 263 | 62 | 173 | 0 | 110 | 37 | 36 | 506 | 70 | 55 |
| Binary | 10110011 | 110010 | 1111011 | 0 | 1001000 | 11111 | 11110 | 101000110 | 111000 | 101101 |
Color Harmonies of #B3327B
Complementary color
Monochromatic Colors of #B3327B
Black with #B3327B
Text Example
Text Example
White with #B3327B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3327B; }
p { color: rgb(179,50,123); }
H1.HeaderClassName
{
color: #B3327B;
}
.AnyTagClassName
{
color: #B3327B;
}
</style>
background-color css
<style>
a { background-color: #B3327B; }
a { background-color: rgb(179,50,123); }
div.DivClassName
{
background-color: #B3327B;
}
.BgClassName
{
background-color: #B3327B;
}
</style>
border-color css
<style>
span { border-color: #B3327B; }
span { border-color: rgb(179,50,123); }
td.TdClassName
{
border-color: #B3327B;
}
.TagClassName
{
border-color: #B3327B;
}
</style>