Shades of Medium Red Violet #B03B98
Tints of Medium Red Violet #B03B98
RGB
CMYK
RGB Variations
Color information
#B03B98 (or 0xB03B98) is known color: Medium Red Violet. HEX triplet: B0, 3B and 98. RGB value is (176,59,152). Sum of RGB (Red+Green+Blue) = 176+59+152=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 59 (23.44% from 255 or 15.25% from 387); Blue value is 152 (59.77% from 255 or 39.28% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B03B98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03B98 is #4FC467. Grayscale: #686868. Windows color (decimal): -5227624 or 9976752. OLE color: 9976752.
HSL color Cylindrical-coordinate representation of color #B03B98: hue angle of 312.31º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B03B98 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 59 | 152 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.31 |
| HSL | 312.31º | 0.5% | 0.46% | - |
| HSV(B) | 312.31º | 0.66% | 0.69% | - |
| XYZ | 25.14 | 14.63 | 31.2 | - |
| YUV | 104.59 | 154.76 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 59 | 152 | 0 | 0.66 | 0.14 | 0.31 | 312.31 | 0.5 | 0.46 |
| Hex | B0 | 3B | 98 | 0 | 42 | E | 1F | 138 | 32 | 2E |
| Octal | 260 | 73 | 230 | 0 | 102 | 16 | 37 | 470 | 62 | 56 |
| Binary | 10110000 | 111011 | 10011000 | 0 | 1000010 | 1110 | 11111 | 100111000 | 110010 | 101110 |
Color Harmonies of #B03B98
Complementary color
Monochromatic Colors of #B03B98
Black with #B03B98
Text Example
Text Example
White with #B03B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03B98; }
p { color: rgb(176,59,152); }
H1.HeaderClassName
{
color: #B03B98;
}
.AnyTagClassName
{
color: #B03B98;
}
</style>
background-color css
<style>
a { background-color: #B03B98; }
a { background-color: rgb(176,59,152); }
div.DivClassName
{
background-color: #B03B98;
}
.BgClassName
{
background-color: #B03B98;
}
</style>
border-color css
<style>
span { border-color: #B03B98; }
span { border-color: rgb(176,59,152); }
td.TdClassName
{
border-color: #B03B98;
}
.TagClassName
{
border-color: #B03B98;
}
</style>