Shades of Medium Violet Red #B00781
Tints of Medium Violet Red #B00781
RGB
CMYK
RGB Variations
Color information
#B00781 (or 0xB00781) is known color: Medium Violet Red. HEX triplet: B0, 07 and 81. RGB value is (176,7,129). Sum of RGB (Red+Green+Blue) = 176+7+129=312 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.41% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 176 - color contains mainly: red. Hex color #B00781 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00781 is #4FF87E. Grayscale: #474747. Windows color (decimal): -5240959 or 8456112. OLE color: 8456112.
HSL color Cylindrical-coordinate representation of color #B00781: hue angle of 316.69º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B00781 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 7 | 129 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.31 |
| HSL | 316.69º | 0.92% | 0.36% | - |
| HSV(B) | 316.69º | 0.96% | 0.69% | - |
| XYZ | 21.94 | 10.97 | 21.73 | - |
| YUV | 71.44 | 160.49 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 7 | 129 | 0 | 0.96 | 0.27 | 0.31 | 316.69 | 0.92 | 0.36 |
| Hex | B0 | 7 | 81 | 0 | 60 | 1B | 1F | 13D | 5C | 24 |
| Octal | 260 | 7 | 201 | 0 | 140 | 33 | 37 | 475 | 134 | 44 |
| Binary | 10110000 | 111 | 10000001 | 0 | 1100000 | 11011 | 11111 | 100111101 | 1011100 | 100100 |
Color Harmonies of #B00781
Complementary color
Monochromatic Colors of #B00781
Black with #B00781
Text Example
Text Example
White with #B00781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00781; }
p { color: rgb(176,7,129); }
H1.HeaderClassName
{
color: #B00781;
}
.AnyTagClassName
{
color: #B00781;
}
</style>
background-color css
<style>
a { background-color: #B00781; }
a { background-color: rgb(176,7,129); }
div.DivClassName
{
background-color: #B00781;
}
.BgClassName
{
background-color: #B00781;
}
</style>
border-color css
<style>
span { border-color: #B00781; }
span { border-color: rgb(176,7,129); }
td.TdClassName
{
border-color: #B00781;
}
.TagClassName
{
border-color: #B00781;
}
</style>