Shades of Medium Red Violet #B3357A
Tints of Medium Red Violet #B3357A
RGB
CMYK
RGB Variations
Color information
#B3357A (or 0xB3357A) is known color: Medium Red Violet. HEX triplet: B3, 35 and 7A. RGB value is (179,53,122). Sum of RGB (Red+Green+Blue) = 179+53+122=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B3357A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3357A is #4CCA85. Grayscale: #626262. Windows color (decimal): -5032582 or 8009139. OLE color: 8009139.
HSL color Cylindrical-coordinate representation of color #B3357A: hue angle of 327.14º 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 #B3357A is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 53 | 122 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.30 |
| HSL | 327.14º | 0.54% | 0.45% | - |
| HSV(B) | 327.14º | 0.7% | 0.7% | - |
| XYZ | 23.38 | 13.54 | 19.79 | - |
| YUV | 98.54 | 141.24 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 53 | 122 | 0 | 0.70 | 0.32 | 0.30 | 327.14 | 0.54 | 0.45 |
| Hex | B3 | 35 | 7A | 0 | 46 | 20 | 1E | 147 | 36 | 2D |
| Octal | 263 | 65 | 172 | 0 | 106 | 40 | 36 | 507 | 66 | 55 |
| Binary | 10110011 | 110101 | 1111010 | 0 | 1000110 | 100000 | 11110 | 101000111 | 110110 | 101101 |
Color Harmonies of #B3357A
Complementary color
Monochromatic Colors of #B3357A
Black with #B3357A
Text Example
Text Example
White with #B3357A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3357A; }
p { color: rgb(179,53,122); }
H1.HeaderClassName
{
color: #B3357A;
}
.AnyTagClassName
{
color: #B3357A;
}
</style>
background-color css
<style>
a { background-color: #B3357A; }
a { background-color: rgb(179,53,122); }
div.DivClassName
{
background-color: #B3357A;
}
.BgClassName
{
background-color: #B3357A;
}
</style>
border-color css
<style>
span { border-color: #B3357A; }
span { border-color: rgb(179,53,122); }
td.TdClassName
{
border-color: #B3357A;
}
.TagClassName
{
border-color: #B3357A;
}
</style>