Shades of Medium Violet Red #B417A2
Tints of Medium Violet Red #B417A2
RGB
CMYK
RGB Variations
Color information
#B417A2 (or 0xB417A2) is known color: Medium Violet Red. HEX triplet: B4, 17 and A2. RGB value is (180,23,162). Sum of RGB (Red+Green+Blue) = 180+23+162=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 23 (9.38% from 255 or 6.30% from 365); Blue value is 162 (63.67% from 255 or 44.38% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B417A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B417A2 is #4BE85D. Grayscale: #555555. Windows color (decimal): -4974686 or 10622900. OLE color: 10622900.
HSL color Cylindrical-coordinate representation of color #B417A2: hue angle of 306.88º degrees, saturation: 0.77, 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 #B417A2 is Cyan = 0, Magento = 0.87, Yellow = 0.1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 23 | 162 | - |
| CMYK | 0 | 0.87 | 0.1 | 0.29 |
| HSL | 306.88º | 0.77% | 0.4% | - |
| HSV(B) | 306.88º | 0.87% | 0.71% | - |
| XYZ | 25.65 | 12.92 | 35.33 | - |
| YUV | 85.79 | 171.01 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 23 | 162 | 0 | 0.87 | 0.1 | 0.29 | 306.88 | 0.77 | 0.4 |
| Hex | B4 | 17 | A2 | 0 | 57 | A | 1D | 133 | 4D | 28 |
| Octal | 264 | 27 | 242 | 0 | 127 | 12 | 35 | 463 | 115 | 50 |
| Binary | 10110100 | 10111 | 10100010 | 0 | 1010111 | 1010 | 11101 | 100110011 | 1001101 | 101000 |
Color Harmonies of #B417A2
Complementary color
Monochromatic Colors of #B417A2
Black with #B417A2
Text Example
Text Example
White with #B417A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B417A2; }
p { color: rgb(180,23,162); }
H1.HeaderClassName
{
color: #B417A2;
}
.AnyTagClassName
{
color: #B417A2;
}
</style>
background-color css
<style>
a { background-color: #B417A2; }
a { background-color: rgb(180,23,162); }
div.DivClassName
{
background-color: #B417A2;
}
.BgClassName
{
background-color: #B417A2;
}
</style>
border-color css
<style>
span { border-color: #B417A2; }
span { border-color: rgb(180,23,162); }
td.TdClassName
{
border-color: #B417A2;
}
.TagClassName
{
border-color: #B417A2;
}
</style>