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