Shades of Medium Violet Red #B10BA3
Tints of Medium Violet Red #B10BA3
RGB
CMYK
RGB Variations
Color information
#B10BA3 (or 0xB10BA3) is known color: Medium Violet Red. HEX triplet: B1, 0B and A3. RGB value is (177,11,163). Sum of RGB (Red+Green+Blue) = 177+11+163=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 163 (64.06% from 255 or 46.44% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B10BA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10BA3 is #4EF45C. Grayscale: #4D4D4D. Windows color (decimal): -5174365 or 10685361. OLE color: 10685361.
HSL color Cylindrical-coordinate representation of color #B10BA3: hue angle of 305.06º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10BA3 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 11 | 163 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.31 |
| HSL | 305.06º | 0.88% | 0.37% | - |
| HSV(B) | 305.06º | 0.94% | 0.69% | - |
| XYZ | 24.86 | 12.23 | 35.7 | - |
| YUV | 77.96 | 176 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 11 | 163 | 0 | 0.94 | 0.08 | 0.31 | 305.06 | 0.88 | 0.37 |
| Hex | B1 | B | A3 | 0 | 5E | 8 | 1F | 131 | 58 | 25 |
| Octal | 261 | 13 | 243 | 0 | 136 | 10 | 37 | 461 | 130 | 45 |
| Binary | 10110001 | 1011 | 10100011 | 0 | 1011110 | 1000 | 11111 | 100110001 | 1011000 | 100101 |
Color Harmonies of #B10BA3
Complementary color
Monochromatic Colors of #B10BA3
Black with #B10BA3
Text Example
Text Example
White with #B10BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10BA3; }
p { color: rgb(177,11,163); }
H1.HeaderClassName
{
color: #B10BA3;
}
.AnyTagClassName
{
color: #B10BA3;
}
</style>
background-color css
<style>
a { background-color: #B10BA3; }
a { background-color: rgb(177,11,163); }
div.DivClassName
{
background-color: #B10BA3;
}
.BgClassName
{
background-color: #B10BA3;
}
</style>
border-color css
<style>
span { border-color: #B10BA3; }
span { border-color: rgb(177,11,163); }
td.TdClassName
{
border-color: #B10BA3;
}
.TagClassName
{
border-color: #B10BA3;
}
</style>