Shades of Medium Red Violet #B03196
Tints of Medium Red Violet #B03196
RGB
CMYK
RGB Variations
Color information
#B03196 (or 0xB03196) is known color: Medium Red Violet. HEX triplet: B0, 31 and 96. RGB value is (176,49,150). Sum of RGB (Red+Green+Blue) = 176+49+150=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B03196 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03196 is #4FCE69. Grayscale: #626262. Windows color (decimal): -5230186 or 9843120. OLE color: 9843120.
HSL color Cylindrical-coordinate representation of color #B03196: hue angle of 312.28º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B03196 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 49 | 150 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.31 |
| HSL | 312.28º | 0.56% | 0.44% | - |
| HSV(B) | 312.28º | 0.72% | 0.69% | - |
| XYZ | 24.51 | 13.63 | 30.19 | - |
| YUV | 98.49 | 157.08 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 49 | 150 | 0 | 0.72 | 0.15 | 0.31 | 312.28 | 0.56 | 0.44 |
| Hex | B0 | 31 | 96 | 0 | 48 | F | 1F | 138 | 38 | 2C |
| Octal | 260 | 61 | 226 | 0 | 110 | 17 | 37 | 470 | 70 | 54 |
| Binary | 10110000 | 110001 | 10010110 | 0 | 1001000 | 1111 | 11111 | 100111000 | 111000 | 101100 |
Color Harmonies of #B03196
Complementary color
Monochromatic Colors of #B03196
Black with #B03196
Text Example
Text Example
White with #B03196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03196; }
p { color: rgb(176,49,150); }
H1.HeaderClassName
{
color: #B03196;
}
.AnyTagClassName
{
color: #B03196;
}
</style>
background-color css
<style>
a { background-color: #B03196; }
a { background-color: rgb(176,49,150); }
div.DivClassName
{
background-color: #B03196;
}
.BgClassName
{
background-color: #B03196;
}
</style>
border-color css
<style>
span { border-color: #B03196; }
span { border-color: rgb(176,49,150); }
td.TdClassName
{
border-color: #B03196;
}
.TagClassName
{
border-color: #B03196;
}
</style>