Shades of Medium Violet Red #B40F89
Tints of Medium Violet Red #B40F89
RGB
CMYK
RGB Variations
Color information
#B40F89 (or 0xB40F89) is known color: Medium Violet Red. HEX triplet: B4, 0F and 89. RGB value is (180,15,137). Sum of RGB (Red+Green+Blue) = 180+15+137=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 15 (6.25% from 255 or 4.52% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40F89 is #4BF076. Grayscale: #4D4D4D. Windows color (decimal): -4976759 or 8982452. OLE color: 8982452.
HSL color Cylindrical-coordinate representation of color #B40F89: hue angle of 315.64º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B40F89 is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 15 | 137 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.29 |
| HSL | 315.64º | 0.85% | 0.38% | - |
| HSV(B) | 315.64º | 0.92% | 0.71% | - |
| XYZ | 23.51 | 11.85 | 24.72 | - |
| YUV | 78.24 | 161.16 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 15 | 137 | 0 | 0.92 | 0.24 | 0.29 | 315.64 | 0.85 | 0.38 |
| Hex | B4 | F | 89 | 0 | 5C | 18 | 1D | 13C | 55 | 26 |
| Octal | 264 | 17 | 211 | 0 | 134 | 30 | 35 | 474 | 125 | 46 |
| Binary | 10110100 | 1111 | 10001001 | 0 | 1011100 | 11000 | 11101 | 100111100 | 1010101 | 100110 |
Color Harmonies of #B40F89
Complementary color
Monochromatic Colors of #B40F89
Black with #B40F89
Text Example
Text Example
White with #B40F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40F89; }
p { color: rgb(180,15,137); }
H1.HeaderClassName
{
color: #B40F89;
}
.AnyTagClassName
{
color: #B40F89;
}
</style>
background-color css
<style>
a { background-color: #B40F89; }
a { background-color: rgb(180,15,137); }
div.DivClassName
{
background-color: #B40F89;
}
.BgClassName
{
background-color: #B40F89;
}
</style>
border-color css
<style>
span { border-color: #B40F89; }
span { border-color: rgb(180,15,137); }
td.TdClassName
{
border-color: #B40F89;
}
.TagClassName
{
border-color: #B40F89;
}
</style>