Shades of Medium Violet Red #B80895
Tints of Medium Violet Red #B80895
RGB
CMYK
RGB Variations
Color information
#B80895 (or 0xB80895) is known color: Medium Violet Red. HEX triplet: B8, 08 and 95. RGB value is (184,8,149). Sum of RGB (Red+Green+Blue) = 184+8+149=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B80895 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80895 is #47F76A. Grayscale: #4C4C4C. Windows color (decimal): -4716395 or 9767096. OLE color: 9767096.
HSL color Cylindrical-coordinate representation of color #B80895: hue angle of 311.93º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80895 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 149 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.28 |
| HSL | 311.93º | 0.92% | 0.38% | - |
| HSV(B) | 311.93º | 0.96% | 0.72% | - |
| XYZ | 25.28 | 12.53 | 29.52 | - |
| YUV | 76.7 | 168.81 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 149 | 0 | 0.96 | 0.19 | 0.28 | 311.93 | 0.92 | 0.38 |
| Hex | B8 | 8 | 95 | 0 | 60 | 13 | 1C | 138 | 5C | 26 |
| Octal | 270 | 10 | 225 | 0 | 140 | 23 | 34 | 470 | 134 | 46 |
| Binary | 10111000 | 1000 | 10010101 | 0 | 1100000 | 10011 | 11100 | 100111000 | 1011100 | 100110 |
Color Harmonies of #B80895
Complementary color
Monochromatic Colors of #B80895
Black with #B80895
Text Example
Text Example
White with #B80895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80895; }
p { color: rgb(184,8,149); }
H1.HeaderClassName
{
color: #B80895;
}
.AnyTagClassName
{
color: #B80895;
}
</style>
background-color css
<style>
a { background-color: #B80895; }
a { background-color: rgb(184,8,149); }
div.DivClassName
{
background-color: #B80895;
}
.BgClassName
{
background-color: #B80895;
}
</style>
border-color css
<style>
span { border-color: #B80895; }
span { border-color: rgb(184,8,149); }
td.TdClassName
{
border-color: #B80895;
}
.TagClassName
{
border-color: #B80895;
}
</style>