Shades of Medium Violet Red #B01098
Tints of Medium Violet Red #B01098
RGB
CMYK
RGB Variations
Color information
#B01098 (or 0xB01098) is known color: Medium Violet Red. HEX triplet: B0, 10 and 98. RGB value is (176,16,152). Sum of RGB (Red+Green+Blue) = 176+16+152=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 152 (59.77% from 255 or 44.19% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B01098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B01098 is #4FEF67. Grayscale: #4E4E4E. Windows color (decimal): -5238632 or 9965744. OLE color: 9965744.
HSL color Cylindrical-coordinate representation of color #B01098: hue angle of 309º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B01098 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 16 | 152 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.31 |
| HSL | 309º | 0.83% | 0.38% | - |
| HSV(B) | 309º | 0.91% | 0.69% | - |
| XYZ | 23.76 | 11.87 | 30.74 | - |
| YUV | 79.34 | 169.01 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 152 | 0 | 0.91 | 0.14 | 0.31 | 309 | 0.83 | 0.38 |
| Hex | B0 | 10 | 98 | 0 | 5B | E | 1F | 135 | 53 | 26 |
| Octal | 260 | 20 | 230 | 0 | 133 | 16 | 37 | 465 | 123 | 46 |
| Binary | 10110000 | 10000 | 10011000 | 0 | 1011011 | 1110 | 11111 | 100110101 | 1010011 | 100110 |
Color Harmonies of #B01098
Complementary color
Monochromatic Colors of #B01098
Black with #B01098
Text Example
Text Example
White with #B01098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01098; }
p { color: rgb(176,16,152); }
H1.HeaderClassName
{
color: #B01098;
}
.AnyTagClassName
{
color: #B01098;
}
</style>
background-color css
<style>
a { background-color: #B01098; }
a { background-color: rgb(176,16,152); }
div.DivClassName
{
background-color: #B01098;
}
.BgClassName
{
background-color: #B01098;
}
</style>
border-color css
<style>
span { border-color: #B01098; }
span { border-color: rgb(176,16,152); }
td.TdClassName
{
border-color: #B01098;
}
.TagClassName
{
border-color: #B01098;
}
</style>