Shades of Medium Violet Red #B40FA3
Tints of Medium Violet Red #B40FA3
RGB
CMYK
RGB Variations
Color information
#B40FA3 (or 0xB40FA3) is known color: Medium Violet Red. HEX triplet: B4, 0F and A3. RGB value is (180,15,163). Sum of RGB (Red+Green+Blue) = 180+15+163=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 163 (64.06% from 255 or 45.53% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B40FA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40FA3 is #4BF05C. Grayscale: #505050. Windows color (decimal): -4976733 or 10686388. OLE color: 10686388.
HSL color Cylindrical-coordinate representation of color #B40FA3: hue angle of 306.18º 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 #B40FA3 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 15 | 163 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.29 |
| HSL | 306.18º | 0.85% | 0.38% | - |
| HSV(B) | 306.18º | 0.92% | 0.71% | - |
| XYZ | 25.6 | 12.69 | 35.75 | - |
| YUV | 81.21 | 174.16 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 15 | 163 | 0 | 0.92 | 0.09 | 0.29 | 306.18 | 0.85 | 0.38 |
| Hex | B4 | F | A3 | 0 | 5C | 9 | 1D | 132 | 55 | 26 |
| Octal | 264 | 17 | 243 | 0 | 134 | 11 | 35 | 462 | 125 | 46 |
| Binary | 10110100 | 1111 | 10100011 | 0 | 1011100 | 1001 | 11101 | 100110010 | 1010101 | 100110 |
Color Harmonies of #B40FA3
Complementary color
Monochromatic Colors of #B40FA3
Black with #B40FA3
Text Example
Text Example
White with #B40FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40FA3; }
p { color: rgb(180,15,163); }
H1.HeaderClassName
{
color: #B40FA3;
}
.AnyTagClassName
{
color: #B40FA3;
}
</style>
background-color css
<style>
a { background-color: #B40FA3; }
a { background-color: rgb(180,15,163); }
div.DivClassName
{
background-color: #B40FA3;
}
.BgClassName
{
background-color: #B40FA3;
}
</style>
border-color css
<style>
span { border-color: #B40FA3; }
span { border-color: rgb(180,15,163); }
td.TdClassName
{
border-color: #B40FA3;
}
.TagClassName
{
border-color: #B40FA3;
}
</style>