Shades of Medium Violet Red #B41B86
Tints of Medium Violet Red #B41B86
RGB
CMYK
RGB Variations
Color information
#B41B86 (or 0xB41B86) is known color: Medium Violet Red. HEX triplet: B4, 1B and 86. RGB value is (180,27,134). Sum of RGB (Red+Green+Blue) = 180+27+134=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 27 (10.94% from 255 or 7.92% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B41B86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41B86 is #4BE479. Grayscale: #545454. Windows color (decimal): -4973690 or 8788916. OLE color: 8788916.
HSL color Cylindrical-coordinate representation of color #B41B86: hue angle of 318.04º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B41B86 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 27 | 134 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.29 |
| HSL | 318.04º | 0.74% | 0.41% | - |
| HSV(B) | 318.04º | 0.85% | 0.71% | - |
| XYZ | 23.52 | 12.21 | 23.67 | - |
| YUV | 84.95 | 155.69 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 27 | 134 | 0 | 0.85 | 0.26 | 0.29 | 318.04 | 0.74 | 0.41 |
| Hex | B4 | 1B | 86 | 0 | 55 | 1A | 1D | 13E | 4A | 29 |
| Octal | 264 | 33 | 206 | 0 | 125 | 32 | 35 | 476 | 112 | 51 |
| Binary | 10110100 | 11011 | 10000110 | 0 | 1010101 | 11010 | 11101 | 100111110 | 1001010 | 101001 |
Color Harmonies of #B41B86
Complementary color
Monochromatic Colors of #B41B86
Black with #B41B86
Text Example
Text Example
White with #B41B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41B86; }
p { color: rgb(180,27,134); }
H1.HeaderClassName
{
color: #B41B86;
}
.AnyTagClassName
{
color: #B41B86;
}
</style>
background-color css
<style>
a { background-color: #B41B86; }
a { background-color: rgb(180,27,134); }
div.DivClassName
{
background-color: #B41B86;
}
.BgClassName
{
background-color: #B41B86;
}
</style>
border-color css
<style>
span { border-color: #B41B86; }
span { border-color: rgb(180,27,134); }
td.TdClassName
{
border-color: #B41B86;
}
.TagClassName
{
border-color: #B41B86;
}
</style>