Shades of Medium Violet Red #B40189
Tints of Medium Violet Red #B40189
RGB
CMYK
RGB Variations
Color information
#B40189 (or 0xB40189) is known color: Medium Violet Red. HEX triplet: B4, 01 and 89. RGB value is (180,1,137). Sum of RGB (Red+Green+Blue) = 180+1+137=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B40189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40189 is #4BFE76. Grayscale: #454545. Windows color (decimal): -4980343 or 8978868. OLE color: 8978868.
HSL color Cylindrical-coordinate representation of color #B40189: hue angle of 314.41º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B40189 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 1 | 137 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.29 |
| HSL | 314.41º | 0.99% | 0.35% | - |
| HSV(B) | 314.41º | 0.99% | 0.71% | - |
| XYZ | 23.35 | 11.53 | 24.66 | - |
| YUV | 70.03 | 165.8 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 137 | 0 | 0.99 | 0.24 | 0.29 | 314.41 | 0.99 | 0.35 |
| Hex | B4 | 1 | 89 | 0 | 63 | 18 | 1D | 13A | 63 | 23 |
| Octal | 264 | 1 | 211 | 0 | 143 | 30 | 35 | 472 | 143 | 43 |
| Binary | 10110100 | 1 | 10001001 | 0 | 1100011 | 11000 | 11101 | 100111010 | 1100011 | 100011 |
Color Harmonies of #B40189
Complementary color
Monochromatic Colors of #B40189
Black with #B40189
Text Example
Text Example
White with #B40189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40189; }
p { color: rgb(180,1,137); }
H1.HeaderClassName
{
color: #B40189;
}
.AnyTagClassName
{
color: #B40189;
}
</style>
background-color css
<style>
a { background-color: #B40189; }
a { background-color: rgb(180,1,137); }
div.DivClassName
{
background-color: #B40189;
}
.BgClassName
{
background-color: #B40189;
}
</style>
border-color css
<style>
span { border-color: #B40189; }
span { border-color: rgb(180,1,137); }
td.TdClassName
{
border-color: #B40189;
}
.TagClassName
{
border-color: #B40189;
}
</style>