Shades of Medium Violet Red #B80CA2
Tints of Medium Violet Red #B80CA2
RGB
CMYK
RGB Variations
Color information
#B80CA2 (or 0xB80CA2) is known color: Medium Violet Red. HEX triplet: B8, 0C and A2. RGB value is (184,12,162). Sum of RGB (Red+Green+Blue) = 184+12+162=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 12 (5.08% from 255 or 3.35% from 358); Blue value is 162 (63.67% from 255 or 45.25% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B80CA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80CA2 is #47F35D. Grayscale: #505050. Windows color (decimal): -4715358 or 10620088. OLE color: 10620088.
HSL color Cylindrical-coordinate representation of color #B80CA2: hue angle of 307.67º 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 #B80CA2 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 12 | 162 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.28 |
| HSL | 307.67º | 0.88% | 0.38% | - |
| HSV(B) | 307.67º | 0.93% | 0.72% | - |
| XYZ | 26.42 | 13.06 | 35.31 | - |
| YUV | 80.53 | 173.98 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 12 | 162 | 0 | 0.93 | 0.12 | 0.28 | 307.67 | 0.88 | 0.38 |
| Hex | B8 | C | A2 | 0 | 5D | C | 1C | 134 | 58 | 26 |
| Octal | 270 | 14 | 242 | 0 | 135 | 14 | 34 | 464 | 130 | 46 |
| Binary | 10111000 | 1100 | 10100010 | 0 | 1011101 | 1100 | 11100 | 100110100 | 1011000 | 100110 |
Color Harmonies of #B80CA2
Complementary color
Monochromatic Colors of #B80CA2
Black with #B80CA2
Text Example
Text Example
White with #B80CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80CA2; }
p { color: rgb(184,12,162); }
H1.HeaderClassName
{
color: #B80CA2;
}
.AnyTagClassName
{
color: #B80CA2;
}
</style>
background-color css
<style>
a { background-color: #B80CA2; }
a { background-color: rgb(184,12,162); }
div.DivClassName
{
background-color: #B80CA2;
}
.BgClassName
{
background-color: #B80CA2;
}
</style>
border-color css
<style>
span { border-color: #B80CA2; }
span { border-color: rgb(184,12,162); }
td.TdClassName
{
border-color: #B80CA2;
}
.TagClassName
{
border-color: #B80CA2;
}
</style>