Shades of Medium Violet Red #B80781
Tints of Medium Violet Red #B80781
RGB
CMYK
RGB Variations
Color information
#B80781 (or 0xB80781) is known color: Medium Violet Red. HEX triplet: B8, 07 and 81. RGB value is (184,7,129). Sum of RGB (Red+Green+Blue) = 184+7+129=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 7 (3.12% from 255 or 2.19% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B80781 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80781 is #47F87E. Grayscale: #494949. Windows color (decimal): -4716671 or 8456120. OLE color: 8456120.
HSL color Cylindrical-coordinate representation of color #B80781: hue angle of 318.64º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80781 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 7 | 129 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.28 |
| HSL | 318.64º | 0.93% | 0.37% | - |
| HSV(B) | 318.64º | 0.96% | 0.72% | - |
| XYZ | 23.81 | 11.93 | 21.82 | - |
| YUV | 73.83 | 159.14 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 129 | 0 | 0.96 | 0.30 | 0.28 | 318.64 | 0.93 | 0.37 |
| Hex | B8 | 7 | 81 | 0 | 60 | 1E | 1C | 13F | 5D | 25 |
| Octal | 270 | 7 | 201 | 0 | 140 | 36 | 34 | 477 | 135 | 45 |
| Binary | 10111000 | 111 | 10000001 | 0 | 1100000 | 11110 | 11100 | 100111111 | 1011101 | 100101 |
Color Harmonies of #B80781
Complementary color
Monochromatic Colors of #B80781
Black with #B80781
Text Example
Text Example
White with #B80781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80781; }
p { color: rgb(184,7,129); }
H1.HeaderClassName
{
color: #B80781;
}
.AnyTagClassName
{
color: #B80781;
}
</style>
background-color css
<style>
a { background-color: #B80781; }
a { background-color: rgb(184,7,129); }
div.DivClassName
{
background-color: #B80781;
}
.BgClassName
{
background-color: #B80781;
}
</style>
border-color css
<style>
span { border-color: #B80781; }
span { border-color: rgb(184,7,129); }
td.TdClassName
{
border-color: #B80781;
}
.TagClassName
{
border-color: #B80781;
}
</style>