Shades of Medium Violet Red #B10B9C
Tints of Medium Violet Red #B10B9C
RGB
CMYK
RGB Variations
Color information
#B10B9C (or 0xB10B9C) is known color: Medium Violet Red. HEX triplet: B1, 0B and 9C. RGB value is (177,11,156). Sum of RGB (Red+Green+Blue) = 177+11+156=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 11 (4.69% from 255 or 3.20% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B10B9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10B9C is #4EF463. Grayscale: #4C4C4C. Windows color (decimal): -5174372 or 10226609. OLE color: 10226609.
HSL color Cylindrical-coordinate representation of color #B10B9C: hue angle of 307.59º 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 #B10B9C is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 11 | 156 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.31 |
| HSL | 307.59º | 0.88% | 0.37% | - |
| HSV(B) | 307.59º | 0.94% | 0.69% | - |
| XYZ | 24.25 | 11.99 | 32.49 | - |
| YUV | 77.16 | 172.5 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 11 | 156 | 0 | 0.94 | 0.12 | 0.31 | 307.59 | 0.88 | 0.37 |
| Hex | B1 | B | 9C | 0 | 5E | C | 1F | 134 | 58 | 25 |
| Octal | 261 | 13 | 234 | 0 | 136 | 14 | 37 | 464 | 130 | 45 |
| Binary | 10110001 | 1011 | 10011100 | 0 | 1011110 | 1100 | 11111 | 100110100 | 1011000 | 100101 |
Color Harmonies of #B10B9C
Complementary color
Monochromatic Colors of #B10B9C
Black with #B10B9C
Text Example
Text Example
White with #B10B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10B9C; }
p { color: rgb(177,11,156); }
H1.HeaderClassName
{
color: #B10B9C;
}
.AnyTagClassName
{
color: #B10B9C;
}
</style>
background-color css
<style>
a { background-color: #B10B9C; }
a { background-color: rgb(177,11,156); }
div.DivClassName
{
background-color: #B10B9C;
}
.BgClassName
{
background-color: #B10B9C;
}
</style>
border-color css
<style>
span { border-color: #B10B9C; }
span { border-color: rgb(177,11,156); }
td.TdClassName
{
border-color: #B10B9C;
}
.TagClassName
{
border-color: #B10B9C;
}
</style>