Shades of Medium Violet Red #B40588
Tints of Medium Violet Red #B40588
RGB
CMYK
RGB Variations
Color information
#B40588 (or 0xB40588) is known color: Medium Violet Red. HEX triplet: B4, 05 and 88. RGB value is (180,5,136). Sum of RGB (Red+Green+Blue) = 180+5+136=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B40588 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40588 is #4BFA77. Grayscale: #474747. Windows color (decimal): -4979320 or 8914356. OLE color: 8914356.
HSL color Cylindrical-coordinate representation of color #B40588: hue angle of 315.09º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B40588 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 5 | 136 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.29 |
| HSL | 315.09º | 0.95% | 0.36% | - |
| HSV(B) | 315.09º | 0.97% | 0.71% | - |
| XYZ | 23.32 | 11.59 | 24.3 | - |
| YUV | 72.26 | 163.98 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 5 | 136 | 0 | 0.97 | 0.24 | 0.29 | 315.09 | 0.95 | 0.36 |
| Hex | B4 | 5 | 88 | 0 | 61 | 18 | 1D | 13B | 5F | 24 |
| Octal | 264 | 5 | 210 | 0 | 141 | 30 | 35 | 473 | 137 | 44 |
| Binary | 10110100 | 101 | 10001000 | 0 | 1100001 | 11000 | 11101 | 100111011 | 1011111 | 100100 |
Color Harmonies of #B40588
Complementary color
Monochromatic Colors of #B40588
Black with #B40588
Text Example
Text Example
White with #B40588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40588; }
p { color: rgb(180,5,136); }
H1.HeaderClassName
{
color: #B40588;
}
.AnyTagClassName
{
color: #B40588;
}
</style>
background-color css
<style>
a { background-color: #B40588; }
a { background-color: rgb(180,5,136); }
div.DivClassName
{
background-color: #B40588;
}
.BgClassName
{
background-color: #B40588;
}
</style>
border-color css
<style>
span { border-color: #B40588; }
span { border-color: rgb(180,5,136); }
td.TdClassName
{
border-color: #B40588;
}
.TagClassName
{
border-color: #B40588;
}
</style>