Shades of Medium Violet Red #B80896
Tints of Medium Violet Red #B80896
RGB
CMYK
RGB Variations
Color information
#B80896 (or 0xB80896) is known color: Medium Violet Red. HEX triplet: B8, 08 and 96. RGB value is (184,8,150). Sum of RGB (Red+Green+Blue) = 184+8+150=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 8 (3.52% from 255 or 2.34% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B80896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80896 is #47F769. Grayscale: #4C4C4C. Windows color (decimal): -4716394 or 9832632. OLE color: 9832632.
HSL color Cylindrical-coordinate representation of color #B80896: hue angle of 311.59º 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 #B80896 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 150 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.28 |
| HSL | 311.59º | 0.92% | 0.38% | - |
| HSV(B) | 311.59º | 0.96% | 0.72% | - |
| XYZ | 25.36 | 12.57 | 29.94 | - |
| YUV | 76.81 | 169.31 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 150 | 0 | 0.96 | 0.18 | 0.28 | 311.59 | 0.92 | 0.38 |
| Hex | B8 | 8 | 96 | 0 | 60 | 12 | 1C | 138 | 5C | 26 |
| Octal | 270 | 10 | 226 | 0 | 140 | 22 | 34 | 470 | 134 | 46 |
| Binary | 10111000 | 1000 | 10010110 | 0 | 1100000 | 10010 | 11100 | 100111000 | 1011100 | 100110 |
Color Harmonies of #B80896
Complementary color
Monochromatic Colors of #B80896
Black with #B80896
Text Example
Text Example
White with #B80896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80896; }
p { color: rgb(184,8,150); }
H1.HeaderClassName
{
color: #B80896;
}
.AnyTagClassName
{
color: #B80896;
}
</style>
background-color css
<style>
a { background-color: #B80896; }
a { background-color: rgb(184,8,150); }
div.DivClassName
{
background-color: #B80896;
}
.BgClassName
{
background-color: #B80896;
}
</style>
border-color css
<style>
span { border-color: #B80896; }
span { border-color: rgb(184,8,150); }
td.TdClassName
{
border-color: #B80896;
}
.TagClassName
{
border-color: #B80896;
}
</style>