Shades of Medium Violet Red #B410A0
Tints of Medium Violet Red #B410A0
RGB
CMYK
RGB Variations
Color information
#B410A0 (or 0xB410A0) is known color: Medium Violet Red. HEX triplet: B4, 10 and A0. RGB value is (180,16,160). Sum of RGB (Red+Green+Blue) = 180+16+160=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B410A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B410A0 is #4BEF5F. Grayscale: #515151. Windows color (decimal): -4976480 or 10490036. OLE color: 10490036.
HSL color Cylindrical-coordinate representation of color #B410A0: hue angle of 307.32º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B410A0 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 16 | 160 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.29 |
| HSL | 307.32º | 0.84% | 0.38% | - |
| HSV(B) | 307.32º | 0.91% | 0.71% | - |
| XYZ | 25.35 | 12.61 | 34.36 | - |
| YUV | 81.45 | 172.33 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 16 | 160 | 0 | 0.91 | 0.11 | 0.29 | 307.32 | 0.84 | 0.38 |
| Hex | B4 | 10 | A0 | 0 | 5B | B | 1D | 133 | 54 | 26 |
| Octal | 264 | 20 | 240 | 0 | 133 | 13 | 35 | 463 | 124 | 46 |
| Binary | 10110100 | 10000 | 10100000 | 0 | 1011011 | 1011 | 11101 | 100110011 | 1010100 | 100110 |
Color Harmonies of #B410A0
Complementary color
Monochromatic Colors of #B410A0
Black with #B410A0
Text Example
Text Example
White with #B410A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B410A0; }
p { color: rgb(180,16,160); }
H1.HeaderClassName
{
color: #B410A0;
}
.AnyTagClassName
{
color: #B410A0;
}
</style>
background-color css
<style>
a { background-color: #B410A0; }
a { background-color: rgb(180,16,160); }
div.DivClassName
{
background-color: #B410A0;
}
.BgClassName
{
background-color: #B410A0;
}
</style>
border-color css
<style>
span { border-color: #B410A0; }
span { border-color: rgb(180,16,160); }
td.TdClassName
{
border-color: #B410A0;
}
.TagClassName
{
border-color: #B410A0;
}
</style>