Shades of Medium Violet Red #B00B7A
Tints of Medium Violet Red #B00B7A
RGB
CMYK
RGB Variations
Color information
#B00B7A (or 0xB00B7A) is known color: Medium Violet Red. HEX triplet: B0, 0B and 7A. RGB value is (176,11,122). Sum of RGB (Red+Green+Blue) = 176+11+122=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 11 (4.69% from 255 or 3.56% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B00B7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00B7A is #4FF485. Grayscale: #484848. Windows color (decimal): -5239942 or 7998384. OLE color: 7998384.
HSL color Cylindrical-coordinate representation of color #B00B7A: hue angle of 319.64º 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 #B00B7A is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 11 | 122 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.31 |
| HSL | 319.64º | 0.88% | 0.37% | - |
| HSV(B) | 319.64º | 0.94% | 0.69% | - |
| XYZ | 21.54 | 10.87 | 19.38 | - |
| YUV | 72.99 | 155.66 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 11 | 122 | 0 | 0.94 | 0.31 | 0.31 | 319.64 | 0.88 | 0.37 |
| Hex | B0 | B | 7A | 0 | 5E | 1F | 1F | 140 | 58 | 25 |
| Octal | 260 | 13 | 172 | 0 | 136 | 37 | 37 | 500 | 130 | 45 |
| Binary | 10110000 | 1011 | 1111010 | 0 | 1011110 | 11111 | 11111 | 101000000 | 1011000 | 100101 |
Color Harmonies of #B00B7A
Complementary color
Monochromatic Colors of #B00B7A
Black with #B00B7A
Text Example
Text Example
White with #B00B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00B7A; }
p { color: rgb(176,11,122); }
H1.HeaderClassName
{
color: #B00B7A;
}
.AnyTagClassName
{
color: #B00B7A;
}
</style>
background-color css
<style>
a { background-color: #B00B7A; }
a { background-color: rgb(176,11,122); }
div.DivClassName
{
background-color: #B00B7A;
}
.BgClassName
{
background-color: #B00B7A;
}
</style>
border-color css
<style>
span { border-color: #B00B7A; }
span { border-color: rgb(176,11,122); }
td.TdClassName
{
border-color: #B00B7A;
}
.TagClassName
{
border-color: #B00B7A;
}
</style>