Shades of Medium Violet Red #B01277
Tints of Medium Violet Red #B01277
RGB
CMYK
RGB Variations
Color information
#B01277 (or 0xB01277) is known color: Medium Violet Red. HEX triplet: B0, 12 and 77. RGB value is (176,18,119). Sum of RGB (Red+Green+Blue) = 176+18+119=313 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.23% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 176 - color contains mainly: red. Hex color #B01277 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01277 is #4FED88. Grayscale: #4C4C4C. Windows color (decimal): -5238153 or 7803568. OLE color: 7803568.
HSL color Cylindrical-coordinate representation of color #B01277: hue angle of 321.65º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B01277 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 18 | 119 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.31 |
| HSL | 321.65º | 0.81% | 0.38% | - |
| HSV(B) | 321.65º | 0.9% | 0.69% | - |
| XYZ | 21.45 | 10.99 | 18.44 | - |
| YUV | 76.76 | 151.85 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 18 | 119 | 0 | 0.90 | 0.32 | 0.31 | 321.65 | 0.81 | 0.38 |
| Hex | B0 | 12 | 77 | 0 | 5A | 20 | 1F | 142 | 51 | 26 |
| Octal | 260 | 22 | 167 | 0 | 132 | 40 | 37 | 502 | 121 | 46 |
| Binary | 10110000 | 10010 | 1110111 | 0 | 1011010 | 100000 | 11111 | 101000010 | 1010001 | 100110 |
Color Harmonies of #B01277
Complementary color
Monochromatic Colors of #B01277
Black with #B01277
Text Example
Text Example
White with #B01277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01277; }
p { color: rgb(176,18,119); }
H1.HeaderClassName
{
color: #B01277;
}
.AnyTagClassName
{
color: #B01277;
}
</style>
background-color css
<style>
a { background-color: #B01277; }
a { background-color: rgb(176,18,119); }
div.DivClassName
{
background-color: #B01277;
}
.BgClassName
{
background-color: #B01277;
}
</style>
border-color css
<style>
span { border-color: #B01277; }
span { border-color: rgb(176,18,119); }
td.TdClassName
{
border-color: #B01277;
}
.TagClassName
{
border-color: #B01277;
}
</style>