Shades of Medium Violet Red #B40F8F
Tints of Medium Violet Red #B40F8F
RGB
CMYK
RGB Variations
Color information
#B40F8F (or 0xB40F8F) is known color: Medium Violet Red. HEX triplet: B4, 0F and 8F. RGB value is (180,15,143). Sum of RGB (Red+Green+Blue) = 180+15+143=338 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.25% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40F8F is #4BF070. Grayscale: #4E4E4E. Windows color (decimal): -4976753 or 9375668. OLE color: 9375668.
HSL color Cylindrical-coordinate representation of color #B40F8F: hue angle of 313.45º degrees, saturation: 0.85, 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 #B40F8F is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 15 | 143 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.29 |
| HSL | 313.45º | 0.85% | 0.38% | - |
| HSV(B) | 313.45º | 0.92% | 0.71% | - |
| XYZ | 23.95 | 12.03 | 27.05 | - |
| YUV | 78.93 | 164.16 | 200.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 15 | 143 | 0 | 0.92 | 0.21 | 0.29 | 313.45 | 0.85 | 0.38 |
| Hex | B4 | F | 8F | 0 | 5C | 15 | 1D | 139 | 55 | 26 |
| Octal | 264 | 17 | 217 | 0 | 134 | 25 | 35 | 471 | 125 | 46 |
| Binary | 10110100 | 1111 | 10001111 | 0 | 1011100 | 10101 | 11101 | 100111001 | 1010101 | 100110 |
Color Harmonies of #B40F8F
Complementary color
Monochromatic Colors of #B40F8F
Black with #B40F8F
Text Example
Text Example
White with #B40F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40F8F; }
p { color: rgb(180,15,143); }
H1.HeaderClassName
{
color: #B40F8F;
}
.AnyTagClassName
{
color: #B40F8F;
}
</style>
background-color css
<style>
a { background-color: #B40F8F; }
a { background-color: rgb(180,15,143); }
div.DivClassName
{
background-color: #B40F8F;
}
.BgClassName
{
background-color: #B40F8F;
}
</style>
border-color css
<style>
span { border-color: #B40F8F; }
span { border-color: rgb(180,15,143); }
td.TdClassName
{
border-color: #B40F8F;
}
.TagClassName
{
border-color: #B40F8F;
}
</style>