Shades of Medium Red Violet #B03096
Tints of Medium Red Violet #B03096
RGB
CMYK
RGB Variations
Color information
#B03096 (or 0xB03096) is known color: Medium Red Violet. HEX triplet: B0, 30 and 96. RGB value is (176,48,150). Sum of RGB (Red+Green+Blue) = 176+48+150=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B03096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03096 is #4FCF69. Grayscale: #616161. Windows color (decimal): -5230442 or 9842864. OLE color: 9842864.
HSL color Cylindrical-coordinate representation of color #B03096: hue angle of 312.19º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B03096 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 48 | 150 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.31 |
| HSL | 312.19º | 0.57% | 0.44% | - |
| HSV(B) | 312.19º | 0.73% | 0.69% | - |
| XYZ | 24.47 | 13.55 | 30.18 | - |
| YUV | 97.9 | 157.41 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 48 | 150 | 0 | 0.73 | 0.15 | 0.31 | 312.19 | 0.57 | 0.44 |
| Hex | B0 | 30 | 96 | 0 | 49 | F | 1F | 138 | 39 | 2C |
| Octal | 260 | 60 | 226 | 0 | 111 | 17 | 37 | 470 | 71 | 54 |
| Binary | 10110000 | 110000 | 10010110 | 0 | 1001001 | 1111 | 11111 | 100111000 | 111001 | 101100 |
Color Harmonies of #B03096
Complementary color
Monochromatic Colors of #B03096
Black with #B03096
Text Example
Text Example
White with #B03096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03096; }
p { color: rgb(176,48,150); }
H1.HeaderClassName
{
color: #B03096;
}
.AnyTagClassName
{
color: #B03096;
}
</style>
background-color css
<style>
a { background-color: #B03096; }
a { background-color: rgb(176,48,150); }
div.DivClassName
{
background-color: #B03096;
}
.BgClassName
{
background-color: #B03096;
}
</style>
border-color css
<style>
span { border-color: #B03096; }
span { border-color: rgb(176,48,150); }
td.TdClassName
{
border-color: #B03096;
}
.TagClassName
{
border-color: #B03096;
}
</style>