Shades of Medium Violet Red #B10C8A
Tints of Medium Violet Red #B10C8A
RGB
CMYK
RGB Variations
Color information
#B10C8A (or 0xB10C8A) is known color: Medium Violet Red. HEX triplet: B1, 0C and 8A. RGB value is (177,12,138). Sum of RGB (Red+Green+Blue) = 177+12+138=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10C8A is #4EF375. Grayscale: #4B4B4B. Windows color (decimal): -5174134 or 9047217. OLE color: 9047217.
HSL color Cylindrical-coordinate representation of color #B10C8A: hue angle of 314.18º 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 #B10C8A is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 12 | 138 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.31 |
| HSL | 314.18º | 0.87% | 0.37% | - |
| HSV(B) | 314.18º | 0.93% | 0.69% | - |
| XYZ | 22.85 | 11.45 | 25.05 | - |
| YUV | 75.7 | 163.16 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 12 | 138 | 0 | 0.93 | 0.22 | 0.31 | 314.18 | 0.87 | 0.37 |
| Hex | B1 | C | 8A | 0 | 5D | 16 | 1F | 13A | 57 | 25 |
| Octal | 261 | 14 | 212 | 0 | 135 | 26 | 37 | 472 | 127 | 45 |
| Binary | 10110001 | 1100 | 10001010 | 0 | 1011101 | 10110 | 11111 | 100111010 | 1010111 | 100101 |
Color Harmonies of #B10C8A
Complementary color
Monochromatic Colors of #B10C8A
Black with #B10C8A
Text Example
Text Example
White with #B10C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10C8A; }
p { color: rgb(177,12,138); }
H1.HeaderClassName
{
color: #B10C8A;
}
.AnyTagClassName
{
color: #B10C8A;
}
</style>
background-color css
<style>
a { background-color: #B10C8A; }
a { background-color: rgb(177,12,138); }
div.DivClassName
{
background-color: #B10C8A;
}
.BgClassName
{
background-color: #B10C8A;
}
</style>
border-color css
<style>
span { border-color: #B10C8A; }
span { border-color: rgb(177,12,138); }
td.TdClassName
{
border-color: #B10C8A;
}
.TagClassName
{
border-color: #B10C8A;
}
</style>