Shades of Medium Violet Red #B40C99
Tints of Medium Violet Red #B40C99
RGB
CMYK
RGB Variations
Color information
#B40C99 (or 0xB40C99) is known color: Medium Violet Red. HEX triplet: B4, 0C and 99. RGB value is (180,12,153). Sum of RGB (Red+Green+Blue) = 180+12+153=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40C99 is #4BF366. Grayscale: #4D4D4D. Windows color (decimal): -4977511 or 10030260. OLE color: 10030260.
HSL color Cylindrical-coordinate representation of color #B40C99: hue angle of 309.64º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40C99 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 12 | 153 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.29 |
| HSL | 309.64º | 0.88% | 0.38% | - |
| HSV(B) | 309.64º | 0.93% | 0.71% | - |
| XYZ | 24.7 | 12.27 | 31.2 | - |
| YUV | 78.31 | 170.16 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 12 | 153 | 0 | 0.93 | 0.15 | 0.29 | 309.64 | 0.88 | 0.38 |
| Hex | B4 | C | 99 | 0 | 5D | F | 1D | 136 | 58 | 26 |
| Octal | 264 | 14 | 231 | 0 | 135 | 17 | 35 | 466 | 130 | 46 |
| Binary | 10110100 | 1100 | 10011001 | 0 | 1011101 | 1111 | 11101 | 100110110 | 1011000 | 100110 |
Color Harmonies of #B40C99
Complementary color
Monochromatic Colors of #B40C99
Black with #B40C99
Text Example
Text Example
White with #B40C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40C99; }
p { color: rgb(180,12,153); }
H1.HeaderClassName
{
color: #B40C99;
}
.AnyTagClassName
{
color: #B40C99;
}
</style>
background-color css
<style>
a { background-color: #B40C99; }
a { background-color: rgb(180,12,153); }
div.DivClassName
{
background-color: #B40C99;
}
.BgClassName
{
background-color: #B40C99;
}
</style>
border-color css
<style>
span { border-color: #B40C99; }
span { border-color: rgb(180,12,153); }
td.TdClassName
{
border-color: #B40C99;
}
.TagClassName
{
border-color: #B40C99;
}
</style>