Shades of Medium Violet Red #B40D89
Tints of Medium Violet Red #B40D89
RGB
CMYK
RGB Variations
Color information
#B40D89 (or 0xB40D89) is known color: Medium Violet Red. HEX triplet: B4, 0D and 89. RGB value is (180,13,137). Sum of RGB (Red+Green+Blue) = 180+13+137=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B40D89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40D89 is #4BF276. Grayscale: #4C4C4C. Windows color (decimal): -4977271 or 8981940. OLE color: 8981940.
HSL color Cylindrical-coordinate representation of color #B40D89: hue angle of 315.45º 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 #B40D89 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 13 | 137 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.29 |
| HSL | 315.45º | 0.87% | 0.38% | - |
| HSV(B) | 315.45º | 0.93% | 0.71% | - |
| XYZ | 23.48 | 11.8 | 24.71 | - |
| YUV | 77.07 | 161.83 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 13 | 137 | 0 | 0.93 | 0.24 | 0.29 | 315.45 | 0.87 | 0.38 |
| Hex | B4 | D | 89 | 0 | 5D | 18 | 1D | 13B | 57 | 26 |
| Octal | 264 | 15 | 211 | 0 | 135 | 30 | 35 | 473 | 127 | 46 |
| Binary | 10110100 | 1101 | 10001001 | 0 | 1011101 | 11000 | 11101 | 100111011 | 1010111 | 100110 |
Color Harmonies of #B40D89
Complementary color
Monochromatic Colors of #B40D89
Black with #B40D89
Text Example
Text Example
White with #B40D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40D89; }
p { color: rgb(180,13,137); }
H1.HeaderClassName
{
color: #B40D89;
}
.AnyTagClassName
{
color: #B40D89;
}
</style>
background-color css
<style>
a { background-color: #B40D89; }
a { background-color: rgb(180,13,137); }
div.DivClassName
{
background-color: #B40D89;
}
.BgClassName
{
background-color: #B40D89;
}
</style>
border-color css
<style>
span { border-color: #B40D89; }
span { border-color: rgb(180,13,137); }
td.TdClassName
{
border-color: #B40D89;
}
.TagClassName
{
border-color: #B40D89;
}
</style>