Shades of Medium Violet Red #B40F9F
Tints of Medium Violet Red #B40F9F
RGB
CMYK
RGB Variations
Color information
#B40F9F (or 0xB40F9F) is known color: Medium Violet Red. HEX triplet: B4, 0F and 9F. RGB value is (180,15,159). Sum of RGB (Red+Green+Blue) = 180+15+159=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 15 (6.25% from 255 or 4.24% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40F9F is #4BF060. Grayscale: #505050. Windows color (decimal): -4976737 or 10424244. OLE color: 10424244.
HSL color Cylindrical-coordinate representation of color #B40F9F: hue angle of 307.64º 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 #B40F9F is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 15 | 159 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.29 |
| HSL | 307.64º | 0.85% | 0.38% | - |
| HSV(B) | 307.64º | 0.92% | 0.71% | - |
| XYZ | 25.25 | 12.55 | 33.89 | - |
| YUV | 80.75 | 172.16 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 15 | 159 | 0 | 0.92 | 0.12 | 0.29 | 307.64 | 0.85 | 0.38 |
| Hex | B4 | F | 9F | 0 | 5C | C | 1D | 134 | 55 | 26 |
| Octal | 264 | 17 | 237 | 0 | 134 | 14 | 35 | 464 | 125 | 46 |
| Binary | 10110100 | 1111 | 10011111 | 0 | 1011100 | 1100 | 11101 | 100110100 | 1010101 | 100110 |
Color Harmonies of #B40F9F
Complementary color
Monochromatic Colors of #B40F9F
Black with #B40F9F
Text Example
Text Example
White with #B40F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40F9F; }
p { color: rgb(180,15,159); }
H1.HeaderClassName
{
color: #B40F9F;
}
.AnyTagClassName
{
color: #B40F9F;
}
</style>
background-color css
<style>
a { background-color: #B40F9F; }
a { background-color: rgb(180,15,159); }
div.DivClassName
{
background-color: #B40F9F;
}
.BgClassName
{
background-color: #B40F9F;
}
</style>
border-color css
<style>
span { border-color: #B40F9F; }
span { border-color: rgb(180,15,159); }
td.TdClassName
{
border-color: #B40F9F;
}
.TagClassName
{
border-color: #B40F9F;
}
</style>