Shades of Medium Red Violet #B03192
Tints of Medium Red Violet #B03192
RGB
CMYK
RGB Variations
Color information
#B03192 (or 0xB03192) is known color: Medium Red Violet. HEX triplet: B0, 31 and 92. RGB value is (176,49,146). Sum of RGB (Red+Green+Blue) = 176+49+146=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B03192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03192 is #4FCE6D. Grayscale: #616161. Windows color (decimal): -5230190 or 9580976. OLE color: 9580976.
HSL color Cylindrical-coordinate representation of color #B03192: hue angle of 314.17º 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 #B03192 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 49 | 146 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.31 |
| HSL | 314.17º | 0.56% | 0.44% | - |
| HSV(B) | 314.17º | 0.72% | 0.69% | - |
| XYZ | 24.19 | 13.5 | 28.53 | - |
| YUV | 98.03 | 155.08 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 49 | 146 | 0 | 0.72 | 0.17 | 0.31 | 314.17 | 0.56 | 0.44 |
| Hex | B0 | 31 | 92 | 0 | 48 | 11 | 1F | 13A | 38 | 2C |
| Octal | 260 | 61 | 222 | 0 | 110 | 21 | 37 | 472 | 70 | 54 |
| Binary | 10110000 | 110001 | 10010010 | 0 | 1001000 | 10001 | 11111 | 100111010 | 111000 | 101100 |
Color Harmonies of #B03192
Complementary color
Monochromatic Colors of #B03192
Black with #B03192
Text Example
Text Example
White with #B03192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03192; }
p { color: rgb(176,49,146); }
H1.HeaderClassName
{
color: #B03192;
}
.AnyTagClassName
{
color: #B03192;
}
</style>
background-color css
<style>
a { background-color: #B03192; }
a { background-color: rgb(176,49,146); }
div.DivClassName
{
background-color: #B03192;
}
.BgClassName
{
background-color: #B03192;
}
</style>
border-color css
<style>
span { border-color: #B03192; }
span { border-color: rgb(176,49,146); }
td.TdClassName
{
border-color: #B03192;
}
.TagClassName
{
border-color: #B03192;
}
</style>