Shades of Medium Red Violet #B0357A
Tints of Medium Red Violet #B0357A
RGB
CMYK
RGB Variations
Color information
#B0357A (or 0xB0357A) is known color: Medium Red Violet. HEX triplet: B0, 35 and 7A. RGB value is (176,53,122). Sum of RGB (Red+Green+Blue) = 176+53+122=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B0357A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0357A is #4FCA85. Grayscale: #616161. Windows color (decimal): -5229190 or 8009136. OLE color: 8009136.
HSL color Cylindrical-coordinate representation of color #B0357A: hue angle of 326.34º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0357A is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 53 | 122 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.31 |
| HSL | 326.34º | 0.54% | 0.45% | - |
| HSV(B) | 326.34º | 0.7% | 0.69% | - |
| XYZ | 22.69 | 13.18 | 19.76 | - |
| YUV | 97.64 | 141.75 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 53 | 122 | 0 | 0.70 | 0.31 | 0.31 | 326.34 | 0.54 | 0.45 |
| Hex | B0 | 35 | 7A | 0 | 46 | 1F | 1F | 146 | 36 | 2D |
| Octal | 260 | 65 | 172 | 0 | 106 | 37 | 37 | 506 | 66 | 55 |
| Binary | 10110000 | 110101 | 1111010 | 0 | 1000110 | 11111 | 11111 | 101000110 | 110110 | 101101 |
Color Harmonies of #B0357A
Complementary color
Monochromatic Colors of #B0357A
Black with #B0357A
Text Example
Text Example
White with #B0357A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0357A; }
p { color: rgb(176,53,122); }
H1.HeaderClassName
{
color: #B0357A;
}
.AnyTagClassName
{
color: #B0357A;
}
</style>
background-color css
<style>
a { background-color: #B0357A; }
a { background-color: rgb(176,53,122); }
div.DivClassName
{
background-color: #B0357A;
}
.BgClassName
{
background-color: #B0357A;
}
</style>
border-color css
<style>
span { border-color: #B0357A; }
span { border-color: rgb(176,53,122); }
td.TdClassName
{
border-color: #B0357A;
}
.TagClassName
{
border-color: #B0357A;
}
</style>