Shades of Medium Violet Red #B80CA4
Tints of Medium Violet Red #B80CA4
RGB
CMYK
RGB Variations
Color information
#B80CA4 (or 0xB80CA4) is known color: Medium Violet Red. HEX triplet: B8, 0C and A4. RGB value is (184,12,164). Sum of RGB (Red+Green+Blue) = 184+12+164=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 12 (5.08% from 255 or 3.33% from 360); Blue value is 164 (64.45% from 255 or 45.56% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B80CA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80CA4 is #47F35B. Grayscale: #505050. Windows color (decimal): -4715356 or 10751160. OLE color: 10751160.
HSL color Cylindrical-coordinate representation of color #B80CA4: hue angle of 306.98º 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 #B80CA4 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 12 | 164 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.28 |
| HSL | 306.98º | 0.88% | 0.38% | - |
| HSV(B) | 306.98º | 0.93% | 0.72% | - |
| XYZ | 26.6 | 13.13 | 36.26 | - |
| YUV | 80.76 | 174.98 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 12 | 164 | 0 | 0.93 | 0.11 | 0.28 | 306.98 | 0.88 | 0.38 |
| Hex | B8 | C | A4 | 0 | 5D | B | 1C | 133 | 58 | 26 |
| Octal | 270 | 14 | 244 | 0 | 135 | 13 | 34 | 463 | 130 | 46 |
| Binary | 10111000 | 1100 | 10100100 | 0 | 1011101 | 1011 | 11100 | 100110011 | 1011000 | 100110 |
Color Harmonies of #B80CA4
Complementary color
Monochromatic Colors of #B80CA4
Black with #B80CA4
Text Example
Text Example
White with #B80CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80CA4; }
p { color: rgb(184,12,164); }
H1.HeaderClassName
{
color: #B80CA4;
}
.AnyTagClassName
{
color: #B80CA4;
}
</style>
background-color css
<style>
a { background-color: #B80CA4; }
a { background-color: rgb(184,12,164); }
div.DivClassName
{
background-color: #B80CA4;
}
.BgClassName
{
background-color: #B80CA4;
}
</style>
border-color css
<style>
span { border-color: #B80CA4; }
span { border-color: rgb(184,12,164); }
td.TdClassName
{
border-color: #B80CA4;
}
.TagClassName
{
border-color: #B80CA4;
}
</style>