Shades of Medium Violet Red #B40E8F
Tints of Medium Violet Red #B40E8F
RGB
CMYK
RGB Variations
Color information
#B40E8F (or 0xB40E8F) is known color: Medium Violet Red. HEX triplet: B4, 0E and 8F. RGB value is (180,14,143). Sum of RGB (Red+Green+Blue) = 180+14+143=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B40E8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40E8F is #4BF170. Grayscale: #4D4D4D. Windows color (decimal): -4977009 or 9375412. OLE color: 9375412.
HSL color Cylindrical-coordinate representation of color #B40E8F: hue angle of 313.37º 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 #B40E8F is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 14 | 143 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.29 |
| HSL | 313.37º | 0.86% | 0.38% | - |
| HSV(B) | 313.37º | 0.92% | 0.71% | - |
| XYZ | 23.94 | 12 | 27.04 | - |
| YUV | 78.34 | 164.5 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 14 | 143 | 0 | 0.92 | 0.21 | 0.29 | 313.37 | 0.86 | 0.38 |
| Hex | B4 | E | 8F | 0 | 5C | 15 | 1D | 139 | 56 | 26 |
| Octal | 264 | 16 | 217 | 0 | 134 | 25 | 35 | 471 | 126 | 46 |
| Binary | 10110100 | 1110 | 10001111 | 0 | 1011100 | 10101 | 11101 | 100111001 | 1010110 | 100110 |
Color Harmonies of #B40E8F
Complementary color
Monochromatic Colors of #B40E8F
Black with #B40E8F
Text Example
Text Example
White with #B40E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40E8F; }
p { color: rgb(180,14,143); }
H1.HeaderClassName
{
color: #B40E8F;
}
.AnyTagClassName
{
color: #B40E8F;
}
</style>
background-color css
<style>
a { background-color: #B40E8F; }
a { background-color: rgb(180,14,143); }
div.DivClassName
{
background-color: #B40E8F;
}
.BgClassName
{
background-color: #B40E8F;
}
</style>
border-color css
<style>
span { border-color: #B40E8F; }
span { border-color: rgb(180,14,143); }
td.TdClassName
{
border-color: #B40E8F;
}
.TagClassName
{
border-color: #B40E8F;
}
</style>