Shades of Medium Violet Red #B80CA3
Tints of Medium Violet Red #B80CA3
RGB
CMYK
RGB Variations
Color information
#B80CA3 (or 0xB80CA3) is known color: Medium Violet Red. HEX triplet: B8, 0C and A3. RGB value is (184,12,163). Sum of RGB (Red+Green+Blue) = 184+12+163=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 12 (5.08% from 255 or 3.34% from 359); Blue value is 163 (64.06% from 255 or 45.40% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B80CA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80CA3 is #47F35C. Grayscale: #505050. Windows color (decimal): -4715357 or 10685624. OLE color: 10685624.
HSL color Cylindrical-coordinate representation of color #B80CA3: hue angle of 307.33º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80CA3 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 12 | 163 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.28 |
| HSL | 307.33º | 0.88% | 0.38% | - |
| HSV(B) | 307.33º | 0.93% | 0.72% | - |
| XYZ | 26.51 | 13.1 | 35.78 | - |
| YUV | 80.64 | 174.48 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 12 | 163 | 0 | 0.93 | 0.11 | 0.28 | 307.33 | 0.88 | 0.38 |
| Hex | B8 | C | A3 | 0 | 5D | B | 1C | 133 | 58 | 26 |
| Octal | 270 | 14 | 243 | 0 | 135 | 13 | 34 | 463 | 130 | 46 |
| Binary | 10111000 | 1100 | 10100011 | 0 | 1011101 | 1011 | 11100 | 100110011 | 1011000 | 100110 |
Color Harmonies of #B80CA3
Complementary color
Monochromatic Colors of #B80CA3
Black with #B80CA3
Text Example
Text Example
White with #B80CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80CA3; }
p { color: rgb(184,12,163); }
H1.HeaderClassName
{
color: #B80CA3;
}
.AnyTagClassName
{
color: #B80CA3;
}
</style>
background-color css
<style>
a { background-color: #B80CA3; }
a { background-color: rgb(184,12,163); }
div.DivClassName
{
background-color: #B80CA3;
}
.BgClassName
{
background-color: #B80CA3;
}
</style>
border-color css
<style>
span { border-color: #B80CA3; }
span { border-color: rgb(184,12,163); }
td.TdClassName
{
border-color: #B80CA3;
}
.TagClassName
{
border-color: #B80CA3;
}
</style>