Shades of Medium Violet Red #B40389
Tints of Medium Violet Red #B40389
RGB
CMYK
RGB Variations
Color information
#B40389 (or 0xB40389) is known color: Medium Violet Red. HEX triplet: B4, 03 and 89. RGB value is (180,3,137). Sum of RGB (Red+Green+Blue) = 180+3+137=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B40389 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40389 is #4BFC76. Grayscale: #464646. Windows color (decimal): -4979831 or 8979380. OLE color: 8979380.
HSL color Cylindrical-coordinate representation of color #B40389: hue angle of 314.58º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B40389 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 3 | 137 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.29 |
| HSL | 314.58º | 0.97% | 0.36% | - |
| HSV(B) | 314.58º | 0.98% | 0.71% | - |
| XYZ | 23.37 | 11.57 | 24.67 | - |
| YUV | 71.2 | 165.14 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 137 | 0 | 0.98 | 0.24 | 0.29 | 314.58 | 0.97 | 0.36 |
| Hex | B4 | 3 | 89 | 0 | 62 | 18 | 1D | 13B | 61 | 24 |
| Octal | 264 | 3 | 211 | 0 | 142 | 30 | 35 | 473 | 141 | 44 |
| Binary | 10110100 | 11 | 10001001 | 0 | 1100010 | 11000 | 11101 | 100111011 | 1100001 | 100100 |
Color Harmonies of #B40389
Complementary color
Monochromatic Colors of #B40389
Black with #B40389
Text Example
Text Example
White with #B40389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40389; }
p { color: rgb(180,3,137); }
H1.HeaderClassName
{
color: #B40389;
}
.AnyTagClassName
{
color: #B40389;
}
</style>
background-color css
<style>
a { background-color: #B40389; }
a { background-color: rgb(180,3,137); }
div.DivClassName
{
background-color: #B40389;
}
.BgClassName
{
background-color: #B40389;
}
</style>
border-color css
<style>
span { border-color: #B40389; }
span { border-color: rgb(180,3,137); }
td.TdClassName
{
border-color: #B40389;
}
.TagClassName
{
border-color: #B40389;
}
</style>