Shades of Medium Violet Red #B10298
Tints of Medium Violet Red #B10298
RGB
CMYK
RGB Variations
Color information
#B10298 (or 0xB10298) is known color: Medium Violet Red. HEX triplet: B1, 02 and 98. RGB value is (177,2,152). Sum of RGB (Red+Green+Blue) = 177+2+152=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 152 (59.77% from 255 or 45.92% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B10298 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10298 is #4EFD67. Grayscale: #474747. Windows color (decimal): -5176680 or 9962161. OLE color: 9962161.
HSL color Cylindrical-coordinate representation of color #B10298: hue angle of 308.57º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B10298 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 2 | 152 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.31 |
| HSL | 308.57º | 0.98% | 0.35% | - |
| HSV(B) | 308.57º | 0.99% | 0.69% | - |
| XYZ | 23.82 | 11.66 | 30.7 | - |
| YUV | 71.43 | 173.48 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 2 | 152 | 0 | 0.99 | 0.14 | 0.31 | 308.57 | 0.98 | 0.35 |
| Hex | B1 | 2 | 98 | 0 | 63 | E | 1F | 135 | 62 | 23 |
| Octal | 261 | 2 | 230 | 0 | 143 | 16 | 37 | 465 | 142 | 43 |
| Binary | 10110001 | 10 | 10011000 | 0 | 1100011 | 1110 | 11111 | 100110101 | 1100010 | 100011 |
Color Harmonies of #B10298
Complementary color
Monochromatic Colors of #B10298
Black with #B10298
Text Example
Text Example
White with #B10298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10298; }
p { color: rgb(177,2,152); }
H1.HeaderClassName
{
color: #B10298;
}
.AnyTagClassName
{
color: #B10298;
}
</style>
background-color css
<style>
a { background-color: #B10298; }
a { background-color: rgb(177,2,152); }
div.DivClassName
{
background-color: #B10298;
}
.BgClassName
{
background-color: #B10298;
}
</style>
border-color css
<style>
span { border-color: #B10298; }
span { border-color: rgb(177,2,152); }
td.TdClassName
{
border-color: #B10298;
}
.TagClassName
{
border-color: #B10298;
}
</style>