Shades of Medium Violet Red #B40E9E
Tints of Medium Violet Red #B40E9E
RGB
CMYK
RGB Variations
Color information
#B40E9E (or 0xB40E9E) is known color: Medium Violet Red. HEX triplet: B4, 0E and 9E. RGB value is (180,14,158). Sum of RGB (Red+Green+Blue) = 180+14+158=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 14 (5.86% from 255 or 3.98% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B40E9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40E9E is #4BF161. Grayscale: #4F4F4F. Windows color (decimal): -4976994 or 10358452. OLE color: 10358452.
HSL color Cylindrical-coordinate representation of color #B40E9E: hue angle of 307.95º 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 #B40E9E is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 14 | 158 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.29 |
| HSL | 307.95º | 0.86% | 0.38% | - |
| HSV(B) | 307.95º | 0.92% | 0.71% | - |
| XYZ | 25.15 | 12.49 | 33.43 | - |
| YUV | 80.05 | 172 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 14 | 158 | 0 | 0.92 | 0.12 | 0.29 | 307.95 | 0.86 | 0.38 |
| Hex | B4 | E | 9E | 0 | 5C | C | 1D | 134 | 56 | 26 |
| Octal | 264 | 16 | 236 | 0 | 134 | 14 | 35 | 464 | 126 | 46 |
| Binary | 10110100 | 1110 | 10011110 | 0 | 1011100 | 1100 | 11101 | 100110100 | 1010110 | 100110 |
Color Harmonies of #B40E9E
Complementary color
Monochromatic Colors of #B40E9E
Black with #B40E9E
Text Example
Text Example
White with #B40E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40E9E; }
p { color: rgb(180,14,158); }
H1.HeaderClassName
{
color: #B40E9E;
}
.AnyTagClassName
{
color: #B40E9E;
}
</style>
background-color css
<style>
a { background-color: #B40E9E; }
a { background-color: rgb(180,14,158); }
div.DivClassName
{
background-color: #B40E9E;
}
.BgClassName
{
background-color: #B40E9E;
}
</style>
border-color css
<style>
span { border-color: #B40E9E; }
span { border-color: rgb(180,14,158); }
td.TdClassName
{
border-color: #B40E9E;
}
.TagClassName
{
border-color: #B40E9E;
}
</style>