Shades of Medium Red Violet #B3357B
Tints of Medium Red Violet #B3357B
RGB
CMYK
RGB Variations
Color information
#B3357B (or 0xB3357B) is known color: Medium Red Violet. HEX triplet: B3, 35 and 7B. RGB value is (179,53,123). Sum of RGB (Red+Green+Blue) = 179+53+123=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B3357B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3357B is #4CCA84. Grayscale: #626262. Windows color (decimal): -5032581 or 8074675. OLE color: 8074675.
HSL color Cylindrical-coordinate representation of color #B3357B: hue angle of 326.67º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B3357B is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 53 | 123 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.30 |
| HSL | 326.67º | 0.54% | 0.45% | - |
| HSV(B) | 326.67º | 0.7% | 0.7% | - |
| XYZ | 23.44 | 13.56 | 20.12 | - |
| YUV | 98.65 | 141.74 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 53 | 123 | 0 | 0.70 | 0.31 | 0.30 | 326.67 | 0.54 | 0.45 |
| Hex | B3 | 35 | 7B | 0 | 46 | 1F | 1E | 147 | 36 | 2D |
| Octal | 263 | 65 | 173 | 0 | 106 | 37 | 36 | 507 | 66 | 55 |
| Binary | 10110011 | 110101 | 1111011 | 0 | 1000110 | 11111 | 11110 | 101000111 | 110110 | 101101 |
Color Harmonies of #B3357B
Complementary color
Monochromatic Colors of #B3357B
Black with #B3357B
Text Example
Text Example
White with #B3357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3357B; }
p { color: rgb(179,53,123); }
H1.HeaderClassName
{
color: #B3357B;
}
.AnyTagClassName
{
color: #B3357B;
}
</style>
background-color css
<style>
a { background-color: #B3357B; }
a { background-color: rgb(179,53,123); }
div.DivClassName
{
background-color: #B3357B;
}
.BgClassName
{
background-color: #B3357B;
}
</style>
border-color css
<style>
span { border-color: #B3357B; }
span { border-color: rgb(179,53,123); }
td.TdClassName
{
border-color: #B3357B;
}
.TagClassName
{
border-color: #B3357B;
}
</style>