Shades of Medium Violet Red #B80897
Tints of Medium Violet Red #B80897
RGB
CMYK
RGB Variations
Color information
#B80897 (or 0xB80897) is known color: Medium Violet Red. HEX triplet: B8, 08 and 97. RGB value is (184,8,151). Sum of RGB (Red+Green+Blue) = 184+8+151=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 8 (3.52% from 255 or 2.33% from 343); Blue value is 151 (59.38% from 255 or 44.02% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B80897 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80897 is #47F768. Grayscale: #4C4C4C. Windows color (decimal): -4716393 or 9898168. OLE color: 9898168.
HSL color Cylindrical-coordinate representation of color #B80897: hue angle of 311.25º 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 #B80897 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 151 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.28 |
| HSL | 311.25º | 0.92% | 0.38% | - |
| HSV(B) | 311.25º | 0.96% | 0.72% | - |
| XYZ | 25.44 | 12.6 | 30.37 | - |
| YUV | 76.93 | 169.81 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 151 | 0 | 0.96 | 0.18 | 0.28 | 311.25 | 0.92 | 0.38 |
| Hex | B8 | 8 | 97 | 0 | 60 | 12 | 1C | 137 | 5C | 26 |
| Octal | 270 | 10 | 227 | 0 | 140 | 22 | 34 | 467 | 134 | 46 |
| Binary | 10111000 | 1000 | 10010111 | 0 | 1100000 | 10010 | 11100 | 100110111 | 1011100 | 100110 |
Color Harmonies of #B80897
Complementary color
Monochromatic Colors of #B80897
Black with #B80897
Text Example
Text Example
White with #B80897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80897; }
p { color: rgb(184,8,151); }
H1.HeaderClassName
{
color: #B80897;
}
.AnyTagClassName
{
color: #B80897;
}
</style>
background-color css
<style>
a { background-color: #B80897; }
a { background-color: rgb(184,8,151); }
div.DivClassName
{
background-color: #B80897;
}
.BgClassName
{
background-color: #B80897;
}
</style>
border-color css
<style>
span { border-color: #B80897; }
span { border-color: rgb(184,8,151); }
td.TdClassName
{
border-color: #B80897;
}
.TagClassName
{
border-color: #B80897;
}
</style>