Shades of Medium Violet Red #B01C98
Tints of Medium Violet Red #B01C98
RGB
CMYK
RGB Variations
Color information
#B01C98 (or 0xB01C98) is known color: Medium Violet Red. HEX triplet: B0, 1C and 98. RGB value is (176,28,152). Sum of RGB (Red+Green+Blue) = 176+28+152=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 28 (11.33% from 255 or 7.87% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01C98 is #4FE367. Grayscale: #565656. Windows color (decimal): -5235560 or 9968816. OLE color: 9968816.
HSL color Cylindrical-coordinate representation of color #B01C98: hue angle of 309.73º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B01C98 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 28 | 152 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.31 |
| HSL | 309.73º | 0.73% | 0.4% | - |
| HSV(B) | 309.73º | 0.84% | 0.69% | - |
| XYZ | 23.99 | 12.33 | 30.82 | - |
| YUV | 86.39 | 165.03 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 28 | 152 | 0 | 0.84 | 0.14 | 0.31 | 309.73 | 0.73 | 0.4 |
| Hex | B0 | 1C | 98 | 0 | 54 | E | 1F | 136 | 49 | 28 |
| Octal | 260 | 34 | 230 | 0 | 124 | 16 | 37 | 466 | 111 | 50 |
| Binary | 10110000 | 11100 | 10011000 | 0 | 1010100 | 1110 | 11111 | 100110110 | 1001001 | 101000 |
Color Harmonies of #B01C98
Complementary color
Monochromatic Colors of #B01C98
Black with #B01C98
Text Example
Text Example
White with #B01C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01C98; }
p { color: rgb(176,28,152); }
H1.HeaderClassName
{
color: #B01C98;
}
.AnyTagClassName
{
color: #B01C98;
}
</style>
background-color css
<style>
a { background-color: #B01C98; }
a { background-color: rgb(176,28,152); }
div.DivClassName
{
background-color: #B01C98;
}
.BgClassName
{
background-color: #B01C98;
}
</style>
border-color css
<style>
span { border-color: #B01C98; }
span { border-color: rgb(176,28,152); }
td.TdClassName
{
border-color: #B01C98;
}
.TagClassName
{
border-color: #B01C98;
}
</style>