Shades of Medium Violet Red #B10C9C
Tints of Medium Violet Red #B10C9C
RGB
CMYK
RGB Variations
Color information
#B10C9C (or 0xB10C9C) is known color: Medium Violet Red. HEX triplet: B1, 0C and 9C. RGB value is (177,12,156). Sum of RGB (Red+Green+Blue) = 177+12+156=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10C9C is #4EF363. Grayscale: #4D4D4D. Windows color (decimal): -5174116 or 10226865. OLE color: 10226865.
HSL color Cylindrical-coordinate representation of color #B10C9C: hue angle of 307.64º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10C9C is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 12 | 156 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.31 |
| HSL | 307.64º | 0.87% | 0.37% | - |
| HSV(B) | 307.64º | 0.93% | 0.69% | - |
| XYZ | 24.26 | 12.01 | 32.49 | - |
| YUV | 77.75 | 172.16 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 12 | 156 | 0 | 0.93 | 0.12 | 0.31 | 307.64 | 0.87 | 0.37 |
| Hex | B1 | C | 9C | 0 | 5D | C | 1F | 134 | 57 | 25 |
| Octal | 261 | 14 | 234 | 0 | 135 | 14 | 37 | 464 | 127 | 45 |
| Binary | 10110001 | 1100 | 10011100 | 0 | 1011101 | 1100 | 11111 | 100110100 | 1010111 | 100101 |
Color Harmonies of #B10C9C
Complementary color
Monochromatic Colors of #B10C9C
Black with #B10C9C
Text Example
Text Example
White with #B10C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10C9C; }
p { color: rgb(177,12,156); }
H1.HeaderClassName
{
color: #B10C9C;
}
.AnyTagClassName
{
color: #B10C9C;
}
</style>
background-color css
<style>
a { background-color: #B10C9C; }
a { background-color: rgb(177,12,156); }
div.DivClassName
{
background-color: #B10C9C;
}
.BgClassName
{
background-color: #B10C9C;
}
</style>
border-color css
<style>
span { border-color: #B10C9C; }
span { border-color: rgb(177,12,156); }
td.TdClassName
{
border-color: #B10C9C;
}
.TagClassName
{
border-color: #B10C9C;
}
</style>