Shades of Medium Red Violet #B03698
Tints of Medium Red Violet #B03698
RGB
CMYK
RGB Variations
Color information
#B03698 (or 0xB03698) is known color: Medium Red Violet. HEX triplet: B0, 36 and 98. RGB value is (176,54,152). Sum of RGB (Red+Green+Blue) = 176+54+152=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 54 (21.48% from 255 or 14.14% from 382); Blue value is 152 (59.77% from 255 or 39.79% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B03698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03698 is #4FC967. Grayscale: #656565. Windows color (decimal): -5228904 or 9975472. OLE color: 9975472.
HSL color Cylindrical-coordinate representation of color #B03698: hue angle of 311.8º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B03698 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 54 | 152 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.31 |
| HSL | 311.8º | 0.53% | 0.45% | - |
| HSV(B) | 311.8º | 0.69% | 0.69% | - |
| XYZ | 24.89 | 14.14 | 31.12 | - |
| YUV | 101.65 | 156.42 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 54 | 152 | 0 | 0.69 | 0.14 | 0.31 | 311.8 | 0.53 | 0.45 |
| Hex | B0 | 36 | 98 | 0 | 45 | E | 1F | 138 | 35 | 2D |
| Octal | 260 | 66 | 230 | 0 | 105 | 16 | 37 | 470 | 65 | 55 |
| Binary | 10110000 | 110110 | 10011000 | 0 | 1000101 | 1110 | 11111 | 100111000 | 110101 | 101101 |
Color Harmonies of #B03698
Complementary color
Monochromatic Colors of #B03698
Black with #B03698
Text Example
Text Example
White with #B03698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03698; }
p { color: rgb(176,54,152); }
H1.HeaderClassName
{
color: #B03698;
}
.AnyTagClassName
{
color: #B03698;
}
</style>
background-color css
<style>
a { background-color: #B03698; }
a { background-color: rgb(176,54,152); }
div.DivClassName
{
background-color: #B03698;
}
.BgClassName
{
background-color: #B03698;
}
</style>
border-color css
<style>
span { border-color: #B03698; }
span { border-color: rgb(176,54,152); }
td.TdClassName
{
border-color: #B03698;
}
.TagClassName
{
border-color: #B03698;
}
</style>