Shades of Medium Violet Red #B40B7A
Tints of Medium Violet Red #B40B7A
RGB
CMYK
RGB Variations
Color information
#B40B7A (or 0xB40B7A) is known color: Medium Violet Red. HEX triplet: B4, 0B and 7A. RGB value is (180,11,122). Sum of RGB (Red+Green+Blue) = 180+11+122=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B40B7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40B7A is #4BF485. Grayscale: #494949. Windows color (decimal): -4977798 or 7998388. OLE color: 7998388.
HSL color Cylindrical-coordinate representation of color #B40B7A: hue angle of 320.59º 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 #B40B7A is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 11 | 122 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.29 |
| HSL | 320.59º | 0.88% | 0.37% | - |
| HSV(B) | 320.59º | 0.94% | 0.71% | - |
| XYZ | 22.45 | 11.35 | 19.42 | - |
| YUV | 74.19 | 154.99 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 11 | 122 | 0 | 0.94 | 0.32 | 0.29 | 320.59 | 0.88 | 0.37 |
| Hex | B4 | B | 7A | 0 | 5E | 20 | 1D | 141 | 58 | 25 |
| Octal | 264 | 13 | 172 | 0 | 136 | 40 | 35 | 501 | 130 | 45 |
| Binary | 10110100 | 1011 | 1111010 | 0 | 1011110 | 100000 | 11101 | 101000001 | 1011000 | 100101 |
Color Harmonies of #B40B7A
Complementary color
Monochromatic Colors of #B40B7A
Black with #B40B7A
Text Example
Text Example
White with #B40B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40B7A; }
p { color: rgb(180,11,122); }
H1.HeaderClassName
{
color: #B40B7A;
}
.AnyTagClassName
{
color: #B40B7A;
}
</style>
background-color css
<style>
a { background-color: #B40B7A; }
a { background-color: rgb(180,11,122); }
div.DivClassName
{
background-color: #B40B7A;
}
.BgClassName
{
background-color: #B40B7A;
}
</style>
border-color css
<style>
span { border-color: #B40B7A; }
span { border-color: rgb(180,11,122); }
td.TdClassName
{
border-color: #B40B7A;
}
.TagClassName
{
border-color: #B40B7A;
}
</style>