Shades of Medium Violet Red #B80FA3
Tints of Medium Violet Red #B80FA3
RGB
CMYK
RGB Variations
Color information
#B80FA3 (or 0xB80FA3) is known color: Medium Violet Red. HEX triplet: B8, 0F and A3. RGB value is (184,15,163). Sum of RGB (Red+Green+Blue) = 184+15+163=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 15 (6.25% from 255 or 4.14% from 362); Blue value is 163 (64.06% from 255 or 45.03% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B80FA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80FA3 is #47F05C. Grayscale: #515151. Windows color (decimal): -4714589 or 10686392. OLE color: 10686392.
HSL color Cylindrical-coordinate representation of color #B80FA3: hue angle of 307.46º 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 #B80FA3 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 15 | 163 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.28 |
| HSL | 307.46º | 0.85% | 0.39% | - |
| HSV(B) | 307.46º | 0.92% | 0.72% | - |
| XYZ | 26.55 | 13.18 | 35.79 | - |
| YUV | 82.4 | 173.49 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 15 | 163 | 0 | 0.92 | 0.11 | 0.28 | 307.46 | 0.85 | 0.39 |
| Hex | B8 | F | A3 | 0 | 5C | B | 1C | 133 | 55 | 27 |
| Octal | 270 | 17 | 243 | 0 | 134 | 13 | 34 | 463 | 125 | 47 |
| Binary | 10111000 | 1111 | 10100011 | 0 | 1011100 | 1011 | 11100 | 100110011 | 1010101 | 100111 |
Color Harmonies of #B80FA3
Complementary color
Monochromatic Colors of #B80FA3
Black with #B80FA3
Text Example
Text Example
White with #B80FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80FA3; }
p { color: rgb(184,15,163); }
H1.HeaderClassName
{
color: #B80FA3;
}
.AnyTagClassName
{
color: #B80FA3;
}
</style>
background-color css
<style>
a { background-color: #B80FA3; }
a { background-color: rgb(184,15,163); }
div.DivClassName
{
background-color: #B80FA3;
}
.BgClassName
{
background-color: #B80FA3;
}
</style>
border-color css
<style>
span { border-color: #B80FA3; }
span { border-color: rgb(184,15,163); }
td.TdClassName
{
border-color: #B80FA3;
}
.TagClassName
{
border-color: #B80FA3;
}
</style>