Shades of Medium Violet Red #B10FA2
Tints of Medium Violet Red #B10FA2
RGB
CMYK
RGB Variations
Color information
#B10FA2 (or 0xB10FA2) is known color: Medium Violet Red. HEX triplet: B1, 0F and A2. RGB value is (177,15,162). Sum of RGB (Red+Green+Blue) = 177+15+162=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 15 (6.25% from 255 or 4.24% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B10FA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10FA2 is #4EF05D. Grayscale: #4F4F4F. Windows color (decimal): -5173342 or 10620849. OLE color: 10620849.
HSL color Cylindrical-coordinate representation of color #B10FA2: hue angle of 305.56º 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 #B10FA2 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 15 | 162 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.31 |
| HSL | 305.56º | 0.84% | 0.38% | - |
| HSV(B) | 305.56º | 0.92% | 0.69% | - |
| XYZ | 24.82 | 12.3 | 35.25 | - |
| YUV | 80.2 | 174.17 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 15 | 162 | 0 | 0.92 | 0.08 | 0.31 | 305.56 | 0.84 | 0.38 |
| Hex | B1 | F | A2 | 0 | 5C | 8 | 1F | 132 | 54 | 26 |
| Octal | 261 | 17 | 242 | 0 | 134 | 10 | 37 | 462 | 124 | 46 |
| Binary | 10110001 | 1111 | 10100010 | 0 | 1011100 | 1000 | 11111 | 100110010 | 1010100 | 100110 |
Color Harmonies of #B10FA2
Complementary color
Monochromatic Colors of #B10FA2
Black with #B10FA2
Text Example
Text Example
White with #B10FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10FA2; }
p { color: rgb(177,15,162); }
H1.HeaderClassName
{
color: #B10FA2;
}
.AnyTagClassName
{
color: #B10FA2;
}
</style>
background-color css
<style>
a { background-color: #B10FA2; }
a { background-color: rgb(177,15,162); }
div.DivClassName
{
background-color: #B10FA2;
}
.BgClassName
{
background-color: #B10FA2;
}
</style>
border-color css
<style>
span { border-color: #B10FA2; }
span { border-color: rgb(177,15,162); }
td.TdClassName
{
border-color: #B10FA2;
}
.TagClassName
{
border-color: #B10FA2;
}
</style>