Shades of Medium Violet Red #B40C8F
Tints of Medium Violet Red #B40C8F
RGB
CMYK
RGB Variations
Color information
#B40C8F (or 0xB40C8F) is known color: Medium Violet Red. HEX triplet: B4, 0C and 8F. RGB value is (180,12,143). Sum of RGB (Red+Green+Blue) = 180+12+143=335 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.73% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40C8F is #4BF370. Grayscale: #4C4C4C. Windows color (decimal): -4977521 or 9374900. OLE color: 9374900.
HSL color Cylindrical-coordinate representation of color #B40C8F: hue angle of 313.21º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40C8F is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 12 | 143 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.29 |
| HSL | 313.21º | 0.88% | 0.38% | - |
| HSV(B) | 313.21º | 0.93% | 0.71% | - |
| XYZ | 23.91 | 11.95 | 27.03 | - |
| YUV | 77.17 | 165.16 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 12 | 143 | 0 | 0.93 | 0.21 | 0.29 | 313.21 | 0.88 | 0.38 |
| Hex | B4 | C | 8F | 0 | 5D | 15 | 1D | 139 | 58 | 26 |
| Octal | 264 | 14 | 217 | 0 | 135 | 25 | 35 | 471 | 130 | 46 |
| Binary | 10110100 | 1100 | 10001111 | 0 | 1011101 | 10101 | 11101 | 100111001 | 1011000 | 100110 |
Color Harmonies of #B40C8F
Complementary color
Monochromatic Colors of #B40C8F
Black with #B40C8F
Text Example
Text Example
White with #B40C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40C8F; }
p { color: rgb(180,12,143); }
H1.HeaderClassName
{
color: #B40C8F;
}
.AnyTagClassName
{
color: #B40C8F;
}
</style>
background-color css
<style>
a { background-color: #B40C8F; }
a { background-color: rgb(180,12,143); }
div.DivClassName
{
background-color: #B40C8F;
}
.BgClassName
{
background-color: #B40C8F;
}
</style>
border-color css
<style>
span { border-color: #B40C8F; }
span { border-color: rgb(180,12,143); }
td.TdClassName
{
border-color: #B40C8F;
}
.TagClassName
{
border-color: #B40C8F;
}
</style>