Shades of Medium Violet Red #B40E83
Tints of Medium Violet Red #B40E83
RGB
CMYK
RGB Variations
Color information
#B40E83 (or 0xB40E83) is known color: Medium Violet Red. HEX triplet: B4, 0E and 83. RGB value is (180,14,131). Sum of RGB (Red+Green+Blue) = 180+14+131=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 14 (5.86% from 255 or 4.31% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B40E83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40E83 is #4BF17C. Grayscale: #4C4C4C. Windows color (decimal): -4977021 or 8588980. OLE color: 8588980.
HSL color Cylindrical-coordinate representation of color #B40E83: hue angle of 317.71º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B40E83 is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 14 | 131 | - |
| CMYK | 0 | 0.92 | 0.27 | 0.29 |
| HSL | 317.71º | 0.86% | 0.38% | - |
| HSV(B) | 317.71º | 0.92% | 0.71% | - |
| XYZ | 23.08 | 11.66 | 22.51 | - |
| YUV | 76.97 | 158.5 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 14 | 131 | 0 | 0.92 | 0.27 | 0.29 | 317.71 | 0.86 | 0.38 |
| Hex | B4 | E | 83 | 0 | 5C | 1B | 1D | 13E | 56 | 26 |
| Octal | 264 | 16 | 203 | 0 | 134 | 33 | 35 | 476 | 126 | 46 |
| Binary | 10110100 | 1110 | 10000011 | 0 | 1011100 | 11011 | 11101 | 100111110 | 1010110 | 100110 |
Color Harmonies of #B40E83
Complementary color
Monochromatic Colors of #B40E83
Black with #B40E83
Text Example
Text Example
White with #B40E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40E83; }
p { color: rgb(180,14,131); }
H1.HeaderClassName
{
color: #B40E83;
}
.AnyTagClassName
{
color: #B40E83;
}
</style>
background-color css
<style>
a { background-color: #B40E83; }
a { background-color: rgb(180,14,131); }
div.DivClassName
{
background-color: #B40E83;
}
.BgClassName
{
background-color: #B40E83;
}
</style>
border-color css
<style>
span { border-color: #B40E83; }
span { border-color: rgb(180,14,131); }
td.TdClassName
{
border-color: #B40E83;
}
.TagClassName
{
border-color: #B40E83;
}
</style>