Shades of Medium Violet Red #B40880
Tints of Medium Violet Red #B40880
RGB
CMYK
RGB Variations
Color information
#B40880 (or 0xB40880) is known color: Medium Violet Red. HEX triplet: B4, 08 and 80. RGB value is (180,8,128). Sum of RGB (Red+Green+Blue) = 180+8+128=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B40880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40880 is #4BF77F. Grayscale: #484848. Windows color (decimal): -4978560 or 8390836. OLE color: 8390836.
HSL color Cylindrical-coordinate representation of color #B40880: hue angle of 318.14º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B40880 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 8 | 128 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.29 |
| HSL | 318.14º | 0.91% | 0.37% | - |
| HSV(B) | 318.14º | 0.96% | 0.71% | - |
| XYZ | 22.81 | 11.44 | 21.43 | - |
| YUV | 73.11 | 158.98 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 8 | 128 | 0 | 0.96 | 0.29 | 0.29 | 318.14 | 0.91 | 0.37 |
| Hex | B4 | 8 | 80 | 0 | 60 | 1D | 1D | 13E | 5B | 25 |
| Octal | 264 | 10 | 200 | 0 | 140 | 35 | 35 | 476 | 133 | 45 |
| Binary | 10110100 | 1000 | 10000000 | 0 | 1100000 | 11101 | 11101 | 100111110 | 1011011 | 100101 |
Color Harmonies of #B40880
Complementary color
Monochromatic Colors of #B40880
Black with #B40880
Text Example
Text Example
White with #B40880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40880; }
p { color: rgb(180,8,128); }
H1.HeaderClassName
{
color: #B40880;
}
.AnyTagClassName
{
color: #B40880;
}
</style>
background-color css
<style>
a { background-color: #B40880; }
a { background-color: rgb(180,8,128); }
div.DivClassName
{
background-color: #B40880;
}
.BgClassName
{
background-color: #B40880;
}
</style>
border-color css
<style>
span { border-color: #B40880; }
span { border-color: rgb(180,8,128); }
td.TdClassName
{
border-color: #B40880;
}
.TagClassName
{
border-color: #B40880;
}
</style>