Shades of Medium Red Violet #B2359C
Tints of Medium Red Violet #B2359C
RGB
CMYK
RGB Variations
Color information
#B2359C (or 0xB2359C) is known color: Medium Red Violet. HEX triplet: B2, 35 and 9C. RGB value is (178,53,156). Sum of RGB (Red+Green+Blue) = 178+53+156=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 53 (21.09% from 255 or 13.70% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B2359C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2359C is #4DCA63. Grayscale: #656565. Windows color (decimal): -5098084 or 10237362. OLE color: 10237362.
HSL color Cylindrical-coordinate representation of color #B2359C: hue angle of 310.56º 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 #B2359C is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 53 | 156 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.30 |
| HSL | 310.56º | 0.54% | 0.45% | - |
| HSV(B) | 310.56º | 0.7% | 0.7% | - |
| XYZ | 25.63 | 14.41 | 32.88 | - |
| YUV | 102.12 | 158.41 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 53 | 156 | 0 | 0.70 | 0.12 | 0.30 | 310.56 | 0.54 | 0.45 |
| Hex | B2 | 35 | 9C | 0 | 46 | C | 1E | 137 | 36 | 2D |
| Octal | 262 | 65 | 234 | 0 | 106 | 14 | 36 | 467 | 66 | 55 |
| Binary | 10110010 | 110101 | 10011100 | 0 | 1000110 | 1100 | 11110 | 100110111 | 110110 | 101101 |
Color Harmonies of #B2359C
Complementary color
Monochromatic Colors of #B2359C
Black with #B2359C
Text Example
Text Example
White with #B2359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2359C; }
p { color: rgb(178,53,156); }
H1.HeaderClassName
{
color: #B2359C;
}
.AnyTagClassName
{
color: #B2359C;
}
</style>
background-color css
<style>
a { background-color: #B2359C; }
a { background-color: rgb(178,53,156); }
div.DivClassName
{
background-color: #B2359C;
}
.BgClassName
{
background-color: #B2359C;
}
</style>
border-color css
<style>
span { border-color: #B2359C; }
span { border-color: rgb(178,53,156); }
td.TdClassName
{
border-color: #B2359C;
}
.TagClassName
{
border-color: #B2359C;
}
</style>