Shades of Medium Violet Red #B40A8F
Tints of Medium Violet Red #B40A8F
RGB
CMYK
RGB Variations
Color information
#B40A8F (or 0xB40A8F) is known color: Medium Violet Red. HEX triplet: B4, 0A and 8F. RGB value is (180,10,143). Sum of RGB (Red+Green+Blue) = 180+10+143=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B40A8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40A8F is #4BF570. Grayscale: #4B4B4B. Windows color (decimal): -4978033 or 9374388. OLE color: 9374388.
HSL color Cylindrical-coordinate representation of color #B40A8F: hue angle of 313.06º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40A8F is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 10 | 143 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.29 |
| HSL | 313.06º | 0.89% | 0.37% | - |
| HSV(B) | 313.06º | 0.94% | 0.71% | - |
| XYZ | 23.89 | 11.9 | 27.03 | - |
| YUV | 75.99 | 165.82 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 10 | 143 | 0 | 0.94 | 0.21 | 0.29 | 313.06 | 0.89 | 0.37 |
| Hex | B4 | A | 8F | 0 | 5E | 15 | 1D | 139 | 59 | 25 |
| Octal | 264 | 12 | 217 | 0 | 136 | 25 | 35 | 471 | 131 | 45 |
| Binary | 10110100 | 1010 | 10001111 | 0 | 1011110 | 10101 | 11101 | 100111001 | 1011001 | 100101 |
Color Harmonies of #B40A8F
Complementary color
Monochromatic Colors of #B40A8F
Black with #B40A8F
Text Example
Text Example
White with #B40A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40A8F; }
p { color: rgb(180,10,143); }
H1.HeaderClassName
{
color: #B40A8F;
}
.AnyTagClassName
{
color: #B40A8F;
}
</style>
background-color css
<style>
a { background-color: #B40A8F; }
a { background-color: rgb(180,10,143); }
div.DivClassName
{
background-color: #B40A8F;
}
.BgClassName
{
background-color: #B40A8F;
}
</style>
border-color css
<style>
span { border-color: #B40A8F; }
span { border-color: rgb(180,10,143); }
td.TdClassName
{
border-color: #B40A8F;
}
.TagClassName
{
border-color: #B40A8F;
}
</style>