Shades of Medium Violet Red #B40DA3
Tints of Medium Violet Red #B40DA3
RGB
CMYK
RGB Variations
Color information
#B40DA3 (or 0xB40DA3) is known color: Medium Violet Red. HEX triplet: B4, 0D and A3. RGB value is (180,13,163). Sum of RGB (Red+Green+Blue) = 180+13+163=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 13 (5.47% from 255 or 3.65% from 356); Blue value is 163 (64.06% from 255 or 45.79% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B40DA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40DA3 is #4BF25C. Grayscale: #4F4F4F. Windows color (decimal): -4977245 or 10685876. OLE color: 10685876.
HSL color Cylindrical-coordinate representation of color #B40DA3: hue angle of 306.11º degrees, saturation: 0.87, 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 #B40DA3 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 13 | 163 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.29 |
| HSL | 306.11º | 0.87% | 0.38% | - |
| HSV(B) | 306.11º | 0.93% | 0.71% | - |
| XYZ | 25.58 | 12.64 | 35.74 | - |
| YUV | 80.03 | 174.83 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 13 | 163 | 0 | 0.93 | 0.09 | 0.29 | 306.11 | 0.87 | 0.38 |
| Hex | B4 | D | A3 | 0 | 5D | 9 | 1D | 132 | 57 | 26 |
| Octal | 264 | 15 | 243 | 0 | 135 | 11 | 35 | 462 | 127 | 46 |
| Binary | 10110100 | 1101 | 10100011 | 0 | 1011101 | 1001 | 11101 | 100110010 | 1010111 | 100110 |
Color Harmonies of #B40DA3
Complementary color
Monochromatic Colors of #B40DA3
Black with #B40DA3
Text Example
Text Example
White with #B40DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40DA3; }
p { color: rgb(180,13,163); }
H1.HeaderClassName
{
color: #B40DA3;
}
.AnyTagClassName
{
color: #B40DA3;
}
</style>
background-color css
<style>
a { background-color: #B40DA3; }
a { background-color: rgb(180,13,163); }
div.DivClassName
{
background-color: #B40DA3;
}
.BgClassName
{
background-color: #B40DA3;
}
</style>
border-color css
<style>
span { border-color: #B40DA3; }
span { border-color: rgb(180,13,163); }
td.TdClassName
{
border-color: #B40DA3;
}
.TagClassName
{
border-color: #B40DA3;
}
</style>