Shades of Medium Violet Red #B80775
Tints of Medium Violet Red #B80775
RGB
CMYK
RGB Variations
Color information
#B80775 (or 0xB80775) is known color: Medium Violet Red. HEX triplet: B8, 07 and 75. RGB value is (184,7,117). Sum of RGB (Red+Green+Blue) = 184+7+117=308 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.74% from 308); Green value is 7 (3.12% from 255 or 2.27% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 184 - color contains mainly: red. Hex color #B80775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80775 is #47F88A. Grayscale: #484848. Windows color (decimal): -4716683 or 7669688. OLE color: 7669688.
HSL color Cylindrical-coordinate representation of color #B80775: hue angle of 322.71º 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 #B80775 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 7 | 117 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.28 |
| HSL | 322.71º | 0.93% | 0.37% | - |
| HSV(B) | 322.71º | 0.96% | 0.72% | - |
| XYZ | 23.05 | 11.63 | 17.86 | - |
| YUV | 72.46 | 153.14 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 117 | 0 | 0.96 | 0.36 | 0.28 | 322.71 | 0.93 | 0.37 |
| Hex | B8 | 7 | 75 | 0 | 60 | 24 | 1C | 143 | 5D | 25 |
| Octal | 270 | 7 | 165 | 0 | 140 | 44 | 34 | 503 | 135 | 45 |
| Binary | 10111000 | 111 | 1110101 | 0 | 1100000 | 100100 | 11100 | 101000011 | 1011101 | 100101 |
Color Harmonies of #B80775
Complementary color
Monochromatic Colors of #B80775
Black with #B80775
Text Example
Text Example
White with #B80775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80775; }
p { color: rgb(184,7,117); }
H1.HeaderClassName
{
color: #B80775;
}
.AnyTagClassName
{
color: #B80775;
}
</style>
background-color css
<style>
a { background-color: #B80775; }
a { background-color: rgb(184,7,117); }
div.DivClassName
{
background-color: #B80775;
}
.BgClassName
{
background-color: #B80775;
}
</style>
border-color css
<style>
span { border-color: #B80775; }
span { border-color: rgb(184,7,117); }
td.TdClassName
{
border-color: #B80775;
}
.TagClassName
{
border-color: #B80775;
}
</style>