Shades of Medium Violet Red #B40289
Tints of Medium Violet Red #B40289
RGB
CMYK
RGB Variations
Color information
#B40289 (or 0xB40289) is known color: Medium Violet Red. HEX triplet: B4, 02 and 89. RGB value is (180,2,137). Sum of RGB (Red+Green+Blue) = 180+2+137=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B40289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40289 is #4BFD76. Grayscale: #464646. Windows color (decimal): -4980087 or 8979124. OLE color: 8979124.
HSL color Cylindrical-coordinate representation of color #B40289: hue angle of 314.49º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B40289 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 2 | 137 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.29 |
| HSL | 314.49º | 0.98% | 0.36% | - |
| HSV(B) | 314.49º | 0.99% | 0.71% | - |
| XYZ | 23.36 | 11.55 | 24.67 | - |
| YUV | 70.61 | 165.47 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 2 | 137 | 0 | 0.99 | 0.24 | 0.29 | 314.49 | 0.98 | 0.36 |
| Hex | B4 | 2 | 89 | 0 | 63 | 18 | 1D | 13A | 62 | 24 |
| Octal | 264 | 2 | 211 | 0 | 143 | 30 | 35 | 472 | 142 | 44 |
| Binary | 10110100 | 10 | 10001001 | 0 | 1100011 | 11000 | 11101 | 100111010 | 1100010 | 100100 |
Color Harmonies of #B40289
Complementary color
Monochromatic Colors of #B40289
Black with #B40289
Text Example
Text Example
White with #B40289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40289; }
p { color: rgb(180,2,137); }
H1.HeaderClassName
{
color: #B40289;
}
.AnyTagClassName
{
color: #B40289;
}
</style>
background-color css
<style>
a { background-color: #B40289; }
a { background-color: rgb(180,2,137); }
div.DivClassName
{
background-color: #B40289;
}
.BgClassName
{
background-color: #B40289;
}
</style>
border-color css
<style>
span { border-color: #B40289; }
span { border-color: rgb(180,2,137); }
td.TdClassName
{
border-color: #B40289;
}
.TagClassName
{
border-color: #B40289;
}
</style>