Shades of Medium Red Violet #B0337B
Tints of Medium Red Violet #B0337B
RGB
CMYK
RGB Variations
Color information
#B0337B (or 0xB0337B) is known color: Medium Red Violet. HEX triplet: B0, 33 and 7B. RGB value is (176,51,123). Sum of RGB (Red+Green+Blue) = 176+51+123=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B0337B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0337B is #4FCC84. Grayscale: #606060. Windows color (decimal): -5229701 or 8074160. OLE color: 8074160.
HSL color Cylindrical-coordinate representation of color #B0337B: hue angle of 325.44º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B0337B is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 51 | 123 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.31 |
| HSL | 325.44º | 0.55% | 0.45% | - |
| HSV(B) | 325.44º | 0.71% | 0.69% | - |
| XYZ | 22.66 | 13.03 | 20.06 | - |
| YUV | 96.58 | 142.91 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 51 | 123 | 0 | 0.71 | 0.30 | 0.31 | 325.44 | 0.55 | 0.45 |
| Hex | B0 | 33 | 7B | 0 | 47 | 1E | 1F | 145 | 37 | 2D |
| Octal | 260 | 63 | 173 | 0 | 107 | 36 | 37 | 505 | 67 | 55 |
| Binary | 10110000 | 110011 | 1111011 | 0 | 1000111 | 11110 | 11111 | 101000101 | 110111 | 101101 |
Color Harmonies of #B0337B
Complementary color
Monochromatic Colors of #B0337B
Black with #B0337B
Text Example
Text Example
White with #B0337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0337B; }
p { color: rgb(176,51,123); }
H1.HeaderClassName
{
color: #B0337B;
}
.AnyTagClassName
{
color: #B0337B;
}
</style>
background-color css
<style>
a { background-color: #B0337B; }
a { background-color: rgb(176,51,123); }
div.DivClassName
{
background-color: #B0337B;
}
.BgClassName
{
background-color: #B0337B;
}
</style>
border-color css
<style>
span { border-color: #B0337B; }
span { border-color: rgb(176,51,123); }
td.TdClassName
{
border-color: #B0337B;
}
.TagClassName
{
border-color: #B0337B;
}
</style>