Shades of Medium Red Violet #B3337E
Tints of Medium Red Violet #B3337E
RGB
CMYK
RGB Variations
Color information
#B3337E (or 0xB3337E) is known color: Medium Red Violet. HEX triplet: B3, 33 and 7E. RGB value is (179,51,126). Sum of RGB (Red+Green+Blue) = 179+51+126=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B3337E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3337E is #4CCC81. Grayscale: #616161. Windows color (decimal): -5033090 or 8270771. OLE color: 8270771.
HSL color Cylindrical-coordinate representation of color #B3337E: hue angle of 324.84º 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 #B3337E is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 51 | 126 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.30 |
| HSL | 324.84º | 0.56% | 0.45% | - |
| HSV(B) | 324.84º | 0.72% | 0.7% | - |
| XYZ | 23.54 | 13.46 | 21.1 | - |
| YUV | 97.82 | 143.91 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 51 | 126 | 0 | 0.72 | 0.30 | 0.30 | 324.84 | 0.56 | 0.45 |
| Hex | B3 | 33 | 7E | 0 | 48 | 1E | 1E | 145 | 38 | 2D |
| Octal | 263 | 63 | 176 | 0 | 110 | 36 | 36 | 505 | 70 | 55 |
| Binary | 10110011 | 110011 | 1111110 | 0 | 1001000 | 11110 | 11110 | 101000101 | 111000 | 101101 |
Color Harmonies of #B3337E
Complementary color
Monochromatic Colors of #B3337E
Black with #B3337E
Text Example
Text Example
White with #B3337E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3337E; }
p { color: rgb(179,51,126); }
H1.HeaderClassName
{
color: #B3337E;
}
.AnyTagClassName
{
color: #B3337E;
}
</style>
background-color css
<style>
a { background-color: #B3337E; }
a { background-color: rgb(179,51,126); }
div.DivClassName
{
background-color: #B3337E;
}
.BgClassName
{
background-color: #B3337E;
}
</style>
border-color css
<style>
span { border-color: #B3337E; }
span { border-color: rgb(179,51,126); }
td.TdClassName
{
border-color: #B3337E;
}
.TagClassName
{
border-color: #B3337E;
}
</style>