Shades of Medium Violet Red #B10C98
Tints of Medium Violet Red #B10C98
RGB
CMYK
RGB Variations
Color information
#B10C98 (or 0xB10C98) is known color: Medium Violet Red. HEX triplet: B1, 0C and 98. RGB value is (177,12,152). Sum of RGB (Red+Green+Blue) = 177+12+152=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 152 (59.77% from 255 or 44.57% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10C98 is #4EF367. Grayscale: #4C4C4C. Windows color (decimal): -5174120 or 9964721. OLE color: 9964721.
HSL color Cylindrical-coordinate representation of color #B10C98: hue angle of 309.09º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10C98 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 12 | 152 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.31 |
| HSL | 309.09º | 0.87% | 0.37% | - |
| HSV(B) | 309.09º | 0.93% | 0.69% | - |
| XYZ | 23.93 | 11.88 | 30.74 | - |
| YUV | 77.3 | 170.16 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 12 | 152 | 0 | 0.93 | 0.14 | 0.31 | 309.09 | 0.87 | 0.37 |
| Hex | B1 | C | 98 | 0 | 5D | E | 1F | 135 | 57 | 25 |
| Octal | 261 | 14 | 230 | 0 | 135 | 16 | 37 | 465 | 127 | 45 |
| Binary | 10110001 | 1100 | 10011000 | 0 | 1011101 | 1110 | 11111 | 100110101 | 1010111 | 100101 |
Color Harmonies of #B10C98
Complementary color
Monochromatic Colors of #B10C98
Black with #B10C98
Text Example
Text Example
White with #B10C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10C98; }
p { color: rgb(177,12,152); }
H1.HeaderClassName
{
color: #B10C98;
}
.AnyTagClassName
{
color: #B10C98;
}
</style>
background-color css
<style>
a { background-color: #B10C98; }
a { background-color: rgb(177,12,152); }
div.DivClassName
{
background-color: #B10C98;
}
.BgClassName
{
background-color: #B10C98;
}
</style>
border-color css
<style>
span { border-color: #B10C98; }
span { border-color: rgb(177,12,152); }
td.TdClassName
{
border-color: #B10C98;
}
.TagClassName
{
border-color: #B10C98;
}
</style>