Shades of Medium Violet Red #B10C8F
Tints of Medium Violet Red #B10C8F
RGB
CMYK
RGB Variations
Color information
#B10C8F (or 0xB10C8F) is known color: Medium Violet Red. HEX triplet: B1, 0C and 8F. RGB value is (177,12,143). Sum of RGB (Red+Green+Blue) = 177+12+143=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 12 (5.08% from 255 or 3.61% from 332); Blue value is 143 (56.25% from 255 or 43.07% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10C8F is #4EF370. Grayscale: #4B4B4B. Windows color (decimal): -5174129 or 9374897. OLE color: 9374897.
HSL color Cylindrical-coordinate representation of color #B10C8F: hue angle of 312.36º 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 #B10C8F is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 12 | 143 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.31 |
| HSL | 312.36º | 0.87% | 0.37% | - |
| HSV(B) | 312.36º | 0.93% | 0.69% | - |
| XYZ | 23.22 | 11.59 | 27 | - |
| YUV | 76.27 | 165.66 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 12 | 143 | 0 | 0.93 | 0.19 | 0.31 | 312.36 | 0.87 | 0.37 |
| Hex | B1 | C | 8F | 0 | 5D | 13 | 1F | 138 | 57 | 25 |
| Octal | 261 | 14 | 217 | 0 | 135 | 23 | 37 | 470 | 127 | 45 |
| Binary | 10110001 | 1100 | 10001111 | 0 | 1011101 | 10011 | 11111 | 100111000 | 1010111 | 100101 |
Color Harmonies of #B10C8F
Complementary color
Monochromatic Colors of #B10C8F
Black with #B10C8F
Text Example
Text Example
White with #B10C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10C8F; }
p { color: rgb(177,12,143); }
H1.HeaderClassName
{
color: #B10C8F;
}
.AnyTagClassName
{
color: #B10C8F;
}
</style>
background-color css
<style>
a { background-color: #B10C8F; }
a { background-color: rgb(177,12,143); }
div.DivClassName
{
background-color: #B10C8F;
}
.BgClassName
{
background-color: #B10C8F;
}
</style>
border-color css
<style>
span { border-color: #B10C8F; }
span { border-color: rgb(177,12,143); }
td.TdClassName
{
border-color: #B10C8F;
}
.TagClassName
{
border-color: #B10C8F;
}
</style>