Shades of Medium Violet Red #B00B7E
Tints of Medium Violet Red #B00B7E
RGB
CMYK
RGB Variations
Color information
#B00B7E (or 0xB00B7E) is known color: Medium Violet Red. HEX triplet: B0, 0B and 7E. RGB value is (176,11,126). Sum of RGB (Red+Green+Blue) = 176+11+126=313 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.23% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 176 - color contains mainly: red. Hex color #B00B7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00B7E is #4FF481. Grayscale: #494949. Windows color (decimal): -5239938 or 8260528. OLE color: 8260528.
HSL color Cylindrical-coordinate representation of color #B00B7E: hue angle of 318.18º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00B7E is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 11 | 126 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.31 |
| HSL | 318.18º | 0.88% | 0.37% | - |
| HSV(B) | 318.18º | 0.94% | 0.69% | - |
| XYZ | 21.79 | 10.98 | 20.71 | - |
| YUV | 73.45 | 157.66 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 11 | 126 | 0 | 0.94 | 0.28 | 0.31 | 318.18 | 0.88 | 0.37 |
| Hex | B0 | B | 7E | 0 | 5E | 1C | 1F | 13E | 58 | 25 |
| Octal | 260 | 13 | 176 | 0 | 136 | 34 | 37 | 476 | 130 | 45 |
| Binary | 10110000 | 1011 | 1111110 | 0 | 1011110 | 11100 | 11111 | 100111110 | 1011000 | 100101 |
Color Harmonies of #B00B7E
Complementary color
Monochromatic Colors of #B00B7E
Black with #B00B7E
Text Example
Text Example
White with #B00B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00B7E; }
p { color: rgb(176,11,126); }
H1.HeaderClassName
{
color: #B00B7E;
}
.AnyTagClassName
{
color: #B00B7E;
}
</style>
background-color css
<style>
a { background-color: #B00B7E; }
a { background-color: rgb(176,11,126); }
div.DivClassName
{
background-color: #B00B7E;
}
.BgClassName
{
background-color: #B00B7E;
}
</style>
border-color css
<style>
span { border-color: #B00B7E; }
span { border-color: rgb(176,11,126); }
td.TdClassName
{
border-color: #B00B7E;
}
.TagClassName
{
border-color: #B00B7E;
}
</style>