Shades of Medium Violet Red #B10FA5
Tints of Medium Violet Red #B10FA5
RGB
CMYK
RGB Variations
Color information
#B10FA5 (or 0xB10FA5) is known color: Medium Violet Red. HEX triplet: B1, 0F and A5. RGB value is (177,15,165). Sum of RGB (Red+Green+Blue) = 177+15+165=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 165 (64.84% from 255 or 46.22% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B10FA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10FA5 is #4EF05A. Grayscale: #505050. Windows color (decimal): -5173339 or 10817457. OLE color: 10817457.
HSL color Cylindrical-coordinate representation of color #B10FA5: hue angle of 304.44º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B10FA5 is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 15 | 165 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.31 |
| HSL | 304.44º | 0.84% | 0.38% | - |
| HSV(B) | 304.44º | 0.92% | 0.69% | - |
| XYZ | 25.09 | 12.41 | 36.67 | - |
| YUV | 80.54 | 175.67 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 15 | 165 | 0 | 0.92 | 0.07 | 0.31 | 304.44 | 0.84 | 0.38 |
| Hex | B1 | F | A5 | 0 | 5C | 7 | 1F | 130 | 54 | 26 |
| Octal | 261 | 17 | 245 | 0 | 134 | 7 | 37 | 460 | 124 | 46 |
| Binary | 10110001 | 1111 | 10100101 | 0 | 1011100 | 111 | 11111 | 100110000 | 1010100 | 100110 |
Color Harmonies of #B10FA5
Complementary color
Monochromatic Colors of #B10FA5
Black with #B10FA5
Text Example
Text Example
White with #B10FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10FA5; }
p { color: rgb(177,15,165); }
H1.HeaderClassName
{
color: #B10FA5;
}
.AnyTagClassName
{
color: #B10FA5;
}
</style>
background-color css
<style>
a { background-color: #B10FA5; }
a { background-color: rgb(177,15,165); }
div.DivClassName
{
background-color: #B10FA5;
}
.BgClassName
{
background-color: #B10FA5;
}
</style>
border-color css
<style>
span { border-color: #B10FA5; }
span { border-color: rgb(177,15,165); }
td.TdClassName
{
border-color: #B10FA5;
}
.TagClassName
{
border-color: #B10FA5;
}
</style>