Shades of Medium Violet Red #B41FA2
Tints of Medium Violet Red #B41FA2
RGB
CMYK
RGB Variations
Color information
#B41FA2 (or 0xB41FA2) is known color: Medium Violet Red. HEX triplet: B4, 1F and A2. RGB value is (180,31,162). Sum of RGB (Red+Green+Blue) = 180+31+162=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 162 (63.67% from 255 or 43.43% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B41FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41FA2 is #4BE05D. Grayscale: #5A5A5A. Windows color (decimal): -4972638 or 10624948. OLE color: 10624948.
HSL color Cylindrical-coordinate representation of color #B41FA2: hue angle of 307.25º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B41FA2 is Cyan = 0, Magento = 0.83, Yellow = 0.1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 31 | 162 | - |
| CMYK | 0 | 0.83 | 0.1 | 0.29 |
| HSL | 307.25º | 0.71% | 0.41% | - |
| HSV(B) | 307.25º | 0.83% | 0.71% | - |
| XYZ | 25.83 | 13.29 | 35.39 | - |
| YUV | 90.49 | 168.36 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 31 | 162 | 0 | 0.83 | 0.1 | 0.29 | 307.25 | 0.71 | 0.41 |
| Hex | B4 | 1F | A2 | 0 | 53 | A | 1D | 133 | 47 | 29 |
| Octal | 264 | 37 | 242 | 0 | 123 | 12 | 35 | 463 | 107 | 51 |
| Binary | 10110100 | 11111 | 10100010 | 0 | 1010011 | 1010 | 11101 | 100110011 | 1000111 | 101001 |
Color Harmonies of #B41FA2
Complementary color
Monochromatic Colors of #B41FA2
Black with #B41FA2
Text Example
Text Example
White with #B41FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41FA2; }
p { color: rgb(180,31,162); }
H1.HeaderClassName
{
color: #B41FA2;
}
.AnyTagClassName
{
color: #B41FA2;
}
</style>
background-color css
<style>
a { background-color: #B41FA2; }
a { background-color: rgb(180,31,162); }
div.DivClassName
{
background-color: #B41FA2;
}
.BgClassName
{
background-color: #B41FA2;
}
</style>
border-color css
<style>
span { border-color: #B41FA2; }
span { border-color: rgb(180,31,162); }
td.TdClassName
{
border-color: #B41FA2;
}
.TagClassName
{
border-color: #B41FA2;
}
</style>