Shades of Medium Violet Red #B40B8B
Tints of Medium Violet Red #B40B8B
RGB
CMYK
RGB Variations
Color information
#B40B8B (or 0xB40B8B) is known color: Medium Violet Red. HEX triplet: B4, 0B and 8B. RGB value is (180,11,139). Sum of RGB (Red+Green+Blue) = 180+11+139=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B40B8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40B8B is #4BF474. Grayscale: #4B4B4B. Windows color (decimal): -4977781 or 9112500. OLE color: 9112500.
HSL color Cylindrical-coordinate representation of color #B40B8B: hue angle of 314.56º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40B8B is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 11 | 139 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.29 |
| HSL | 314.56º | 0.88% | 0.37% | - |
| HSV(B) | 314.56º | 0.94% | 0.71% | - |
| XYZ | 23.6 | 11.81 | 25.46 | - |
| YUV | 76.12 | 163.49 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 11 | 139 | 0 | 0.94 | 0.23 | 0.29 | 314.56 | 0.88 | 0.37 |
| Hex | B4 | B | 8B | 0 | 5E | 17 | 1D | 13B | 58 | 25 |
| Octal | 264 | 13 | 213 | 0 | 136 | 27 | 35 | 473 | 130 | 45 |
| Binary | 10110100 | 1011 | 10001011 | 0 | 1011110 | 10111 | 11101 | 100111011 | 1011000 | 100101 |
Color Harmonies of #B40B8B
Complementary color
Monochromatic Colors of #B40B8B
Black with #B40B8B
Text Example
Text Example
White with #B40B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40B8B; }
p { color: rgb(180,11,139); }
H1.HeaderClassName
{
color: #B40B8B;
}
.AnyTagClassName
{
color: #B40B8B;
}
</style>
background-color css
<style>
a { background-color: #B40B8B; }
a { background-color: rgb(180,11,139); }
div.DivClassName
{
background-color: #B40B8B;
}
.BgClassName
{
background-color: #B40B8B;
}
</style>
border-color css
<style>
span { border-color: #B40B8B; }
span { border-color: rgb(180,11,139); }
td.TdClassName
{
border-color: #B40B8B;
}
.TagClassName
{
border-color: #B40B8B;
}
</style>