Shades of Medium Red Violet #B0357F
Tints of Medium Red Violet #B0357F
RGB
CMYK
RGB Variations
Color information
#B0357F (or 0xB0357F) is known color: Medium Red Violet. HEX triplet: B0, 35 and 7F. RGB value is (176,53,127). Sum of RGB (Red+Green+Blue) = 176+53+127=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B0357F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0357F is #4FCA80. Grayscale: #626262. Windows color (decimal): -5229185 or 8336816. OLE color: 8336816.
HSL color Cylindrical-coordinate representation of color #B0357F: hue angle of 323.9º 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 #B0357F is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 53 | 127 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.31 |
| HSL | 323.9º | 0.54% | 0.45% | - |
| HSV(B) | 323.9º | 0.7% | 0.69% | - |
| XYZ | 23.01 | 13.31 | 21.43 | - |
| YUV | 98.21 | 144.25 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 53 | 127 | 0 | 0.70 | 0.28 | 0.31 | 323.9 | 0.54 | 0.45 |
| Hex | B0 | 35 | 7F | 0 | 46 | 1C | 1F | 144 | 36 | 2D |
| Octal | 260 | 65 | 177 | 0 | 106 | 34 | 37 | 504 | 66 | 55 |
| Binary | 10110000 | 110101 | 1111111 | 0 | 1000110 | 11100 | 11111 | 101000100 | 110110 | 101101 |
Color Harmonies of #B0357F
Complementary color
Monochromatic Colors of #B0357F
Black with #B0357F
Text Example
Text Example
White with #B0357F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0357F; }
p { color: rgb(176,53,127); }
H1.HeaderClassName
{
color: #B0357F;
}
.AnyTagClassName
{
color: #B0357F;
}
</style>
background-color css
<style>
a { background-color: #B0357F; }
a { background-color: rgb(176,53,127); }
div.DivClassName
{
background-color: #B0357F;
}
.BgClassName
{
background-color: #B0357F;
}
</style>
border-color css
<style>
span { border-color: #B0357F; }
span { border-color: rgb(176,53,127); }
td.TdClassName
{
border-color: #B0357F;
}
.TagClassName
{
border-color: #B0357F;
}
</style>