Shades of Medium Violet Red #B410A2
Tints of Medium Violet Red #B410A2
RGB
CMYK
RGB Variations
Color information
#B410A2 (or 0xB410A2) is known color: Medium Violet Red. HEX triplet: B4, 10 and A2. RGB value is (180,16,162). Sum of RGB (Red+Green+Blue) = 180+16+162=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 16 (6.64% from 255 or 4.47% from 358); Blue value is 162 (63.67% from 255 or 45.25% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B410A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B410A2 is #4BEF5D. Grayscale: #515151. Windows color (decimal): -4976478 or 10621108. OLE color: 10621108.
HSL color Cylindrical-coordinate representation of color #B410A2: hue angle of 306.59º 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 #B410A2 is Cyan = 0, Magento = 0.91, Yellow = 0.1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 16 | 162 | - |
| CMYK | 0 | 0.91 | 0.1 | 0.29 |
| HSL | 306.59º | 0.84% | 0.38% | - |
| HSV(B) | 306.59º | 0.91% | 0.71% | - |
| XYZ | 25.53 | 12.68 | 35.28 | - |
| YUV | 81.68 | 173.33 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 16 | 162 | 0 | 0.91 | 0.1 | 0.29 | 306.59 | 0.84 | 0.38 |
| Hex | B4 | 10 | A2 | 0 | 5B | A | 1D | 133 | 54 | 26 |
| Octal | 264 | 20 | 242 | 0 | 133 | 12 | 35 | 463 | 124 | 46 |
| Binary | 10110100 | 10000 | 10100010 | 0 | 1011011 | 1010 | 11101 | 100110011 | 1010100 | 100110 |
Color Harmonies of #B410A2
Complementary color
Monochromatic Colors of #B410A2
Black with #B410A2
Text Example
Text Example
White with #B410A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B410A2; }
p { color: rgb(180,16,162); }
H1.HeaderClassName
{
color: #B410A2;
}
.AnyTagClassName
{
color: #B410A2;
}
</style>
background-color css
<style>
a { background-color: #B410A2; }
a { background-color: rgb(180,16,162); }
div.DivClassName
{
background-color: #B410A2;
}
.BgClassName
{
background-color: #B410A2;
}
</style>
border-color css
<style>
span { border-color: #B410A2; }
span { border-color: rgb(180,16,162); }
td.TdClassName
{
border-color: #B410A2;
}
.TagClassName
{
border-color: #B410A2;
}
</style>