Shades of Medium Violet Red #B40B9A
Tints of Medium Violet Red #B40B9A
RGB
CMYK
RGB Variations
Color information
#B40B9A (or 0xB40B9A) is known color: Medium Violet Red. HEX triplet: B4, 0B and 9A. RGB value is (180,11,154). Sum of RGB (Red+Green+Blue) = 180+11+154=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B40B9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40B9A is #4BF465. Grayscale: #4D4D4D. Windows color (decimal): -4977766 or 10095540. OLE color: 10095540.
HSL color Cylindrical-coordinate representation of color #B40B9A: hue angle of 309.23º 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 #B40B9A is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 11 | 154 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.29 |
| HSL | 309.23º | 0.88% | 0.37% | - |
| HSV(B) | 309.23º | 0.94% | 0.71% | - |
| XYZ | 24.77 | 12.28 | 31.64 | - |
| YUV | 77.83 | 170.99 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 11 | 154 | 0 | 0.94 | 0.14 | 0.29 | 309.23 | 0.88 | 0.37 |
| Hex | B4 | B | 9A | 0 | 5E | E | 1D | 135 | 58 | 25 |
| Octal | 264 | 13 | 232 | 0 | 136 | 16 | 35 | 465 | 130 | 45 |
| Binary | 10110100 | 1011 | 10011010 | 0 | 1011110 | 1110 | 11101 | 100110101 | 1011000 | 100101 |
Color Harmonies of #B40B9A
Complementary color
Monochromatic Colors of #B40B9A
Black with #B40B9A
Text Example
Text Example
White with #B40B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40B9A; }
p { color: rgb(180,11,154); }
H1.HeaderClassName
{
color: #B40B9A;
}
.AnyTagClassName
{
color: #B40B9A;
}
</style>
background-color css
<style>
a { background-color: #B40B9A; }
a { background-color: rgb(180,11,154); }
div.DivClassName
{
background-color: #B40B9A;
}
.BgClassName
{
background-color: #B40B9A;
}
</style>
border-color css
<style>
span { border-color: #B40B9A; }
span { border-color: rgb(180,11,154); }
td.TdClassName
{
border-color: #B40B9A;
}
.TagClassName
{
border-color: #B40B9A;
}
</style>