Shades of Medium Violet Red #B418A2
Tints of Medium Violet Red #B418A2
RGB
CMYK
RGB Variations
Color information
#B418A2 (or 0xB418A2) is known color: Medium Violet Red. HEX triplet: B4, 18 and A2. RGB value is (180,24,162). Sum of RGB (Red+Green+Blue) = 180+24+162=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 162 (63.67% from 255 or 44.26% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B418A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B418A2 is #4BE75D. Grayscale: #555555. Windows color (decimal): -4974430 or 10623156. OLE color: 10623156.
HSL color Cylindrical-coordinate representation of color #B418A2: hue angle of 306.92º 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 #B418A2 is Cyan = 0, Magento = 0.87, Yellow = 0.1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 24 | 162 | - |
| CMYK | 0 | 0.87 | 0.1 | 0.29 |
| HSL | 306.92º | 0.76% | 0.4% | - |
| HSV(B) | 306.92º | 0.87% | 0.71% | - |
| XYZ | 25.67 | 12.97 | 35.33 | - |
| YUV | 86.38 | 170.68 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 24 | 162 | 0 | 0.87 | 0.1 | 0.29 | 306.92 | 0.76 | 0.4 |
| Hex | B4 | 18 | A2 | 0 | 57 | A | 1D | 133 | 4C | 28 |
| Octal | 264 | 30 | 242 | 0 | 127 | 12 | 35 | 463 | 114 | 50 |
| Binary | 10110100 | 11000 | 10100010 | 0 | 1010111 | 1010 | 11101 | 100110011 | 1001100 | 101000 |
Color Harmonies of #B418A2
Complementary color
Monochromatic Colors of #B418A2
Black with #B418A2
Text Example
Text Example
White with #B418A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B418A2; }
p { color: rgb(180,24,162); }
H1.HeaderClassName
{
color: #B418A2;
}
.AnyTagClassName
{
color: #B418A2;
}
</style>
background-color css
<style>
a { background-color: #B418A2; }
a { background-color: rgb(180,24,162); }
div.DivClassName
{
background-color: #B418A2;
}
.BgClassName
{
background-color: #B418A2;
}
</style>
border-color css
<style>
span { border-color: #B418A2; }
span { border-color: rgb(180,24,162); }
td.TdClassName
{
border-color: #B418A2;
}
.TagClassName
{
border-color: #B418A2;
}
</style>