Shades of Medium Violet Red #B418A0
Tints of Medium Violet Red #B418A0
RGB
CMYK
RGB Variations
Color information
#B418A0 (or 0xB418A0) is known color: Medium Violet Red. HEX triplet: B4, 18 and A0. RGB value is (180,24,160). Sum of RGB (Red+Green+Blue) = 180+24+160=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 160 (62.89% from 255 or 43.96% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B418A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B418A0 is #4BE75F. Grayscale: #555555. Windows color (decimal): -4974432 or 10492084. OLE color: 10492084.
HSL color Cylindrical-coordinate representation of color #B418A0: hue angle of 307.69º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B418A0 is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 24 | 160 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.29 |
| HSL | 307.69º | 0.76% | 0.4% | - |
| HSV(B) | 307.69º | 0.87% | 0.71% | - |
| XYZ | 25.49 | 12.89 | 34.4 | - |
| YUV | 86.15 | 169.68 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 24 | 160 | 0 | 0.87 | 0.11 | 0.29 | 307.69 | 0.76 | 0.4 |
| Hex | B4 | 18 | A0 | 0 | 57 | B | 1D | 134 | 4C | 28 |
| Octal | 264 | 30 | 240 | 0 | 127 | 13 | 35 | 464 | 114 | 50 |
| Binary | 10110100 | 11000 | 10100000 | 0 | 1010111 | 1011 | 11101 | 100110100 | 1001100 | 101000 |
Color Harmonies of #B418A0
Complementary color
Monochromatic Colors of #B418A0
Black with #B418A0
Text Example
Text Example
White with #B418A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B418A0; }
p { color: rgb(180,24,160); }
H1.HeaderClassName
{
color: #B418A0;
}
.AnyTagClassName
{
color: #B418A0;
}
</style>
background-color css
<style>
a { background-color: #B418A0; }
a { background-color: rgb(180,24,160); }
div.DivClassName
{
background-color: #B418A0;
}
.BgClassName
{
background-color: #B418A0;
}
</style>
border-color css
<style>
span { border-color: #B418A0; }
span { border-color: rgb(180,24,160); }
td.TdClassName
{
border-color: #B418A0;
}
.TagClassName
{
border-color: #B418A0;
}
</style>