Shades of Medium Violet Red #B40C84
Tints of Medium Violet Red #B40C84
RGB
CMYK
RGB Variations
Color information
#B40C84 (or 0xB40C84) is known color: Medium Violet Red. HEX triplet: B4, 0C and 84. RGB value is (180,12,132). Sum of RGB (Red+Green+Blue) = 180+12+132=324 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.56% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40C84 is #4BF37B. Grayscale: #4B4B4B. Windows color (decimal): -4977532 or 8654004. OLE color: 8654004.
HSL color Cylindrical-coordinate representation of color #B40C84: hue angle of 317.14º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40C84 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 12 | 132 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.29 |
| HSL | 317.14º | 0.88% | 0.38% | - |
| HSV(B) | 317.14º | 0.93% | 0.71% | - |
| XYZ | 23.12 | 11.63 | 22.86 | - |
| YUV | 75.91 | 159.66 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 12 | 132 | 0 | 0.93 | 0.27 | 0.29 | 317.14 | 0.88 | 0.38 |
| Hex | B4 | C | 84 | 0 | 5D | 1B | 1D | 13D | 58 | 26 |
| Octal | 264 | 14 | 204 | 0 | 135 | 33 | 35 | 475 | 130 | 46 |
| Binary | 10110100 | 1100 | 10000100 | 0 | 1011101 | 11011 | 11101 | 100111101 | 1011000 | 100110 |
Color Harmonies of #B40C84
Complementary color
Monochromatic Colors of #B40C84
Black with #B40C84
Text Example
Text Example
White with #B40C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40C84; }
p { color: rgb(180,12,132); }
H1.HeaderClassName
{
color: #B40C84;
}
.AnyTagClassName
{
color: #B40C84;
}
</style>
background-color css
<style>
a { background-color: #B40C84; }
a { background-color: rgb(180,12,132); }
div.DivClassName
{
background-color: #B40C84;
}
.BgClassName
{
background-color: #B40C84;
}
</style>
border-color css
<style>
span { border-color: #B40C84; }
span { border-color: rgb(180,12,132); }
td.TdClassName
{
border-color: #B40C84;
}
.TagClassName
{
border-color: #B40C84;
}
</style>