Shades of Medium Violet Red #B00B7D
Tints of Medium Violet Red #B00B7D
RGB
CMYK
RGB Variations
Color information
#B00B7D (or 0xB00B7D) is known color: Medium Violet Red. HEX triplet: B0, 0B and 7D. RGB value is (176,11,125). Sum of RGB (Red+Green+Blue) = 176+11+125=312 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.41% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 176 - color contains mainly: red. Hex color #B00B7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00B7D is #4FF482. Grayscale: #494949. Windows color (decimal): -5239939 or 8194992. OLE color: 8194992.
HSL color Cylindrical-coordinate representation of color #B00B7D: hue angle of 318.55º 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 #B00B7D is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 11 | 125 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.31 |
| HSL | 318.55º | 0.88% | 0.37% | - |
| HSV(B) | 318.55º | 0.94% | 0.69% | - |
| XYZ | 21.73 | 10.95 | 20.37 | - |
| YUV | 73.33 | 157.16 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 11 | 125 | 0 | 0.94 | 0.29 | 0.31 | 318.55 | 0.88 | 0.37 |
| Hex | B0 | B | 7D | 0 | 5E | 1D | 1F | 13F | 58 | 25 |
| Octal | 260 | 13 | 175 | 0 | 136 | 35 | 37 | 477 | 130 | 45 |
| Binary | 10110000 | 1011 | 1111101 | 0 | 1011110 | 11101 | 11111 | 100111111 | 1011000 | 100101 |
Color Harmonies of #B00B7D
Complementary color
Monochromatic Colors of #B00B7D
Black with #B00B7D
Text Example
Text Example
White with #B00B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00B7D; }
p { color: rgb(176,11,125); }
H1.HeaderClassName
{
color: #B00B7D;
}
.AnyTagClassName
{
color: #B00B7D;
}
</style>
background-color css
<style>
a { background-color: #B00B7D; }
a { background-color: rgb(176,11,125); }
div.DivClassName
{
background-color: #B00B7D;
}
.BgClassName
{
background-color: #B00B7D;
}
</style>
border-color css
<style>
span { border-color: #B00B7D; }
span { border-color: rgb(176,11,125); }
td.TdClassName
{
border-color: #B00B7D;
}
.TagClassName
{
border-color: #B00B7D;
}
</style>