Shades of Medium Red Violet #B441A0
Tints of Medium Red Violet #B441A0
RGB
CMYK
RGB Variations
Color information
#B441A0 (or 0xB441A0) is known color: Medium Red Violet. HEX triplet: B4, 41 and A0. RGB value is (180,65,160). Sum of RGB (Red+Green+Blue) = 180+65+160=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B441A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B441A0 is #4BBE5F. Grayscale: #6D6D6D. Windows color (decimal): -4963936 or 10502580. OLE color: 10502580.
HSL color Cylindrical-coordinate representation of color #B441A0: hue angle of 310.43º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B441A0 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 65 | 160 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.29 |
| HSL | 310.43º | 0.47% | 0.48% | - |
| HSV(B) | 310.43º | 0.64% | 0.71% | - |
| XYZ | 27.06 | 16.02 | 34.92 | - |
| YUV | 110.22 | 156.1 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 160 | 0 | 0.64 | 0.11 | 0.29 | 310.43 | 0.47 | 0.48 |
| Hex | B4 | 41 | A0 | 0 | 40 | B | 1D | 136 | 2F | 30 |
| Octal | 264 | 101 | 240 | 0 | 100 | 13 | 35 | 466 | 57 | 60 |
| Binary | 10110100 | 1000001 | 10100000 | 0 | 1000000 | 1011 | 11101 | 100110110 | 101111 | 110000 |
Color Harmonies of #B441A0
Complementary color
Monochromatic Colors of #B441A0
Black with #B441A0
Text Example
Text Example
White with #B441A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B441A0; }
p { color: rgb(180,65,160); }
H1.HeaderClassName
{
color: #B441A0;
}
.AnyTagClassName
{
color: #B441A0;
}
</style>
background-color css
<style>
a { background-color: #B441A0; }
a { background-color: rgb(180,65,160); }
div.DivClassName
{
background-color: #B441A0;
}
.BgClassName
{
background-color: #B441A0;
}
</style>
border-color css
<style>
span { border-color: #B441A0; }
span { border-color: rgb(180,65,160); }
td.TdClassName
{
border-color: #B441A0;
}
.TagClassName
{
border-color: #B441A0;
}
</style>