Shades of Medium Red Violet #B0358B
Tints of Medium Red Violet #B0358B
RGB
CMYK
RGB Variations
Color information
#B0358B (or 0xB0358B) is known color: Medium Red Violet. HEX triplet: B0, 35 and 8B. RGB value is (176,53,139). Sum of RGB (Red+Green+Blue) = 176+53+139=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 53 (21.09% from 255 or 14.40% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B0358B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0358B is #4FCA74. Grayscale: #636363. Windows color (decimal): -5229173 or 9123248. OLE color: 9123248.
HSL color Cylindrical-coordinate representation of color #B0358B: hue angle of 318.05º 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 #B0358B is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 53 | 139 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.31 |
| HSL | 318.05º | 0.54% | 0.45% | - |
| HSV(B) | 318.05º | 0.7% | 0.69% | - |
| XYZ | 23.84 | 13.64 | 25.8 | - |
| YUV | 99.58 | 150.25 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 53 | 139 | 0 | 0.70 | 0.21 | 0.31 | 318.05 | 0.54 | 0.45 |
| Hex | B0 | 35 | 8B | 0 | 46 | 15 | 1F | 13E | 36 | 2D |
| Octal | 260 | 65 | 213 | 0 | 106 | 25 | 37 | 476 | 66 | 55 |
| Binary | 10110000 | 110101 | 10001011 | 0 | 1000110 | 10101 | 11111 | 100111110 | 110110 | 101101 |
Color Harmonies of #B0358B
Complementary color
Monochromatic Colors of #B0358B
Black with #B0358B
Text Example
Text Example
White with #B0358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0358B; }
p { color: rgb(176,53,139); }
H1.HeaderClassName
{
color: #B0358B;
}
.AnyTagClassName
{
color: #B0358B;
}
</style>
background-color css
<style>
a { background-color: #B0358B; }
a { background-color: rgb(176,53,139); }
div.DivClassName
{
background-color: #B0358B;
}
.BgClassName
{
background-color: #B0358B;
}
</style>
border-color css
<style>
span { border-color: #B0358B; }
span { border-color: rgb(176,53,139); }
td.TdClassName
{
border-color: #B0358B;
}
.TagClassName
{
border-color: #B0358B;
}
</style>