Shades of Medium Violet Red #B80FA4
Tints of Medium Violet Red #B80FA4
RGB
CMYK
RGB Variations
Color information
#B80FA4 (or 0xB80FA4) is known color: Medium Violet Red. HEX triplet: B8, 0F and A4. RGB value is (184,15,164). Sum of RGB (Red+Green+Blue) = 184+15+164=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 164 (64.45% from 255 or 45.18% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B80FA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80FA4 is #47F05B. Grayscale: #525252. Windows color (decimal): -4714588 or 10751928. OLE color: 10751928.
HSL color Cylindrical-coordinate representation of color #B80FA4: hue angle of 307.1º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B80FA4 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 15 | 164 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.28 |
| HSL | 307.1º | 0.85% | 0.39% | - |
| HSV(B) | 307.1º | 0.92% | 0.72% | - |
| XYZ | 26.64 | 13.21 | 36.27 | - |
| YUV | 82.52 | 173.99 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 15 | 164 | 0 | 0.92 | 0.11 | 0.28 | 307.1 | 0.85 | 0.39 |
| Hex | B8 | F | A4 | 0 | 5C | B | 1C | 133 | 55 | 27 |
| Octal | 270 | 17 | 244 | 0 | 134 | 13 | 34 | 463 | 125 | 47 |
| Binary | 10111000 | 1111 | 10100100 | 0 | 1011100 | 1011 | 11100 | 100110011 | 1010101 | 100111 |
Color Harmonies of #B80FA4
Complementary color
Monochromatic Colors of #B80FA4
Black with #B80FA4
Text Example
Text Example
White with #B80FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80FA4; }
p { color: rgb(184,15,164); }
H1.HeaderClassName
{
color: #B80FA4;
}
.AnyTagClassName
{
color: #B80FA4;
}
</style>
background-color css
<style>
a { background-color: #B80FA4; }
a { background-color: rgb(184,15,164); }
div.DivClassName
{
background-color: #B80FA4;
}
.BgClassName
{
background-color: #B80FA4;
}
</style>
border-color css
<style>
span { border-color: #B80FA4; }
span { border-color: rgb(184,15,164); }
td.TdClassName
{
border-color: #B80FA4;
}
.TagClassName
{
border-color: #B80FA4;
}
</style>