Shades of Medium Violet Red #B10A9C
Tints of Medium Violet Red #B10A9C
RGB
CMYK
RGB Variations
Color information
#B10A9C (or 0xB10A9C) is known color: Medium Violet Red. HEX triplet: B1, 0A and 9C. RGB value is (177,10,156). Sum of RGB (Red+Green+Blue) = 177+10+156=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 10 (4.30% from 255 or 2.92% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B10A9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10A9C is #4EF563. Grayscale: #4C4C4C. Windows color (decimal): -5174628 or 10226353. OLE color: 10226353.
HSL color Cylindrical-coordinate representation of color #B10A9C: hue angle of 307.54º degrees, saturation: 0.89, 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 #B10A9C is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 10 | 156 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.31 |
| HSL | 307.54º | 0.89% | 0.37% | - |
| HSV(B) | 307.54º | 0.94% | 0.69% | - |
| XYZ | 24.24 | 11.96 | 32.48 | - |
| YUV | 76.58 | 172.83 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 10 | 156 | 0 | 0.94 | 0.12 | 0.31 | 307.54 | 0.89 | 0.37 |
| Hex | B1 | A | 9C | 0 | 5E | C | 1F | 134 | 59 | 25 |
| Octal | 261 | 12 | 234 | 0 | 136 | 14 | 37 | 464 | 131 | 45 |
| Binary | 10110001 | 1010 | 10011100 | 0 | 1011110 | 1100 | 11111 | 100110100 | 1011001 | 100101 |
Color Harmonies of #B10A9C
Complementary color
Monochromatic Colors of #B10A9C
Black with #B10A9C
Text Example
Text Example
White with #B10A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10A9C; }
p { color: rgb(177,10,156); }
H1.HeaderClassName
{
color: #B10A9C;
}
.AnyTagClassName
{
color: #B10A9C;
}
</style>
background-color css
<style>
a { background-color: #B10A9C; }
a { background-color: rgb(177,10,156); }
div.DivClassName
{
background-color: #B10A9C;
}
.BgClassName
{
background-color: #B10A9C;
}
</style>
border-color css
<style>
span { border-color: #B10A9C; }
span { border-color: rgb(177,10,156); }
td.TdClassName
{
border-color: #B10A9C;
}
.TagClassName
{
border-color: #B10A9C;
}
</style>