Shades of Medium Violet Red #B10C93
Tints of Medium Violet Red #B10C93
RGB
CMYK
RGB Variations
Color information
#B10C93 (or 0xB10C93) is known color: Medium Violet Red. HEX triplet: B1, 0C and 93. RGB value is (177,12,147). Sum of RGB (Red+Green+Blue) = 177+12+147=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10C93 is #4EF36C. Grayscale: #4C4C4C. Windows color (decimal): -5174125 or 9637041. OLE color: 9637041.
HSL color Cylindrical-coordinate representation of color #B10C93: hue angle of 310.91º 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 #B10C93 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 12 | 147 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.31 |
| HSL | 310.91º | 0.87% | 0.37% | - |
| HSV(B) | 310.91º | 0.93% | 0.69% | - |
| XYZ | 23.53 | 11.72 | 28.63 | - |
| YUV | 76.73 | 167.66 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 12 | 147 | 0 | 0.93 | 0.17 | 0.31 | 310.91 | 0.87 | 0.37 |
| Hex | B1 | C | 93 | 0 | 5D | 11 | 1F | 137 | 57 | 25 |
| Octal | 261 | 14 | 223 | 0 | 135 | 21 | 37 | 467 | 127 | 45 |
| Binary | 10110001 | 1100 | 10010011 | 0 | 1011101 | 10001 | 11111 | 100110111 | 1010111 | 100101 |
Color Harmonies of #B10C93
Complementary color
Monochromatic Colors of #B10C93
Black with #B10C93
Text Example
Text Example
White with #B10C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10C93; }
p { color: rgb(177,12,147); }
H1.HeaderClassName
{
color: #B10C93;
}
.AnyTagClassName
{
color: #B10C93;
}
</style>
background-color css
<style>
a { background-color: #B10C93; }
a { background-color: rgb(177,12,147); }
div.DivClassName
{
background-color: #B10C93;
}
.BgClassName
{
background-color: #B10C93;
}
</style>
border-color css
<style>
span { border-color: #B10C93; }
span { border-color: rgb(177,12,147); }
td.TdClassName
{
border-color: #B10C93;
}
.TagClassName
{
border-color: #B10C93;
}
</style>