Shades of Medium Violet Red #B01B7B
Tints of Medium Violet Red #B01B7B
RGB
CMYK
RGB Variations
Color information
#B01B7B (or 0xB01B7B) is known color: Medium Violet Red. HEX triplet: B0, 1B and 7B. RGB value is (176,27,123). Sum of RGB (Red+Green+Blue) = 176+27+123=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 27 (10.94% from 255 or 8.28% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B01B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01B7B is #4FE484. Grayscale: #525252. Windows color (decimal): -5235845 or 8068016. OLE color: 8068016.
HSL color Cylindrical-coordinate representation of color #B01B7B: hue angle of 321.34º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B01B7B is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 27 | 123 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.31 |
| HSL | 321.34º | 0.73% | 0.4% | - |
| HSV(B) | 321.34º | 0.85% | 0.69% | - |
| XYZ | 21.87 | 11.44 | 19.8 | - |
| YUV | 82.5 | 150.86 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 27 | 123 | 0 | 0.85 | 0.30 | 0.31 | 321.34 | 0.73 | 0.4 |
| Hex | B0 | 1B | 7B | 0 | 55 | 1E | 1F | 141 | 49 | 28 |
| Octal | 260 | 33 | 173 | 0 | 125 | 36 | 37 | 501 | 111 | 50 |
| Binary | 10110000 | 11011 | 1111011 | 0 | 1010101 | 11110 | 11111 | 101000001 | 1001001 | 101000 |
Color Harmonies of #B01B7B
Complementary color
Monochromatic Colors of #B01B7B
Black with #B01B7B
Text Example
Text Example
White with #B01B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01B7B; }
p { color: rgb(176,27,123); }
H1.HeaderClassName
{
color: #B01B7B;
}
.AnyTagClassName
{
color: #B01B7B;
}
</style>
background-color css
<style>
a { background-color: #B01B7B; }
a { background-color: rgb(176,27,123); }
div.DivClassName
{
background-color: #B01B7B;
}
.BgClassName
{
background-color: #B01B7B;
}
</style>
border-color css
<style>
span { border-color: #B01B7B; }
span { border-color: rgb(176,27,123); }
td.TdClassName
{
border-color: #B01B7B;
}
.TagClassName
{
border-color: #B01B7B;
}
</style>