Shades of Medium Violet Red #B40C89
Tints of Medium Violet Red #B40C89
RGB
CMYK
RGB Variations
Color information
#B40C89 (or 0xB40C89) is known color: Medium Violet Red. HEX triplet: B4, 0C and 89. RGB value is (180,12,137). Sum of RGB (Red+Green+Blue) = 180+12+137=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40C89 is #4BF376. Grayscale: #4C4C4C. Windows color (decimal): -4977527 or 8981684. OLE color: 8981684.
HSL color Cylindrical-coordinate representation of color #B40C89: hue angle of 315.36º 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 #B40C89 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 12 | 137 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.29 |
| HSL | 315.36º | 0.88% | 0.38% | - |
| HSV(B) | 315.36º | 0.93% | 0.71% | - |
| XYZ | 23.47 | 11.77 | 24.7 | - |
| YUV | 76.48 | 162.16 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 12 | 137 | 0 | 0.93 | 0.24 | 0.29 | 315.36 | 0.88 | 0.38 |
| Hex | B4 | C | 89 | 0 | 5D | 18 | 1D | 13B | 58 | 26 |
| Octal | 264 | 14 | 211 | 0 | 135 | 30 | 35 | 473 | 130 | 46 |
| Binary | 10110100 | 1100 | 10001001 | 0 | 1011101 | 11000 | 11101 | 100111011 | 1011000 | 100110 |
Color Harmonies of #B40C89
Complementary color
Monochromatic Colors of #B40C89
Black with #B40C89
Text Example
Text Example
White with #B40C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40C89; }
p { color: rgb(180,12,137); }
H1.HeaderClassName
{
color: #B40C89;
}
.AnyTagClassName
{
color: #B40C89;
}
</style>
background-color css
<style>
a { background-color: #B40C89; }
a { background-color: rgb(180,12,137); }
div.DivClassName
{
background-color: #B40C89;
}
.BgClassName
{
background-color: #B40C89;
}
</style>
border-color css
<style>
span { border-color: #B40C89; }
span { border-color: rgb(180,12,137); }
td.TdClassName
{
border-color: #B40C89;
}
.TagClassName
{
border-color: #B40C89;
}
</style>