Shades of Medium Red Violet #B3359C
Tints of Medium Red Violet #B3359C
RGB
CMYK
RGB Variations
Color information
#B3359C (or 0xB3359C) is known color: Medium Red Violet. HEX triplet: B3, 35 and 9C. RGB value is (179,53,156). Sum of RGB (Red+Green+Blue) = 179+53+156=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 53 (21.09% from 255 or 13.66% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B3359C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3359C is #4CCA63. Grayscale: #666666. Windows color (decimal): -5032548 or 10237363. OLE color: 10237363.
HSL color Cylindrical-coordinate representation of color #B3359C: hue angle of 310.95º 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 #B3359C is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 53 | 156 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.30 |
| HSL | 310.95º | 0.54% | 0.45% | - |
| HSV(B) | 310.95º | 0.7% | 0.7% | - |
| XYZ | 25.86 | 14.53 | 32.89 | - |
| YUV | 102.42 | 158.24 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 53 | 156 | 0 | 0.70 | 0.13 | 0.30 | 310.95 | 0.54 | 0.45 |
| Hex | B3 | 35 | 9C | 0 | 46 | D | 1E | 137 | 36 | 2D |
| Octal | 263 | 65 | 234 | 0 | 106 | 15 | 36 | 467 | 66 | 55 |
| Binary | 10110011 | 110101 | 10011100 | 0 | 1000110 | 1101 | 11110 | 100110111 | 110110 | 101101 |
Color Harmonies of #B3359C
Complementary color
Monochromatic Colors of #B3359C
Black with #B3359C
Text Example
Text Example
White with #B3359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3359C; }
p { color: rgb(179,53,156); }
H1.HeaderClassName
{
color: #B3359C;
}
.AnyTagClassName
{
color: #B3359C;
}
</style>
background-color css
<style>
a { background-color: #B3359C; }
a { background-color: rgb(179,53,156); }
div.DivClassName
{
background-color: #B3359C;
}
.BgClassName
{
background-color: #B3359C;
}
</style>
border-color css
<style>
span { border-color: #B3359C; }
span { border-color: rgb(179,53,156); }
td.TdClassName
{
border-color: #B3359C;
}
.TagClassName
{
border-color: #B3359C;
}
</style>