Shades of Medium Red Violet #B4419B
Tints of Medium Red Violet #B4419B
RGB
CMYK
RGB Variations
Color information
#B4419B (or 0xB4419B) is known color: Medium Red Violet. HEX triplet: B4, 41 and 9B. RGB value is (180,65,155). Sum of RGB (Red+Green+Blue) = 180+65+155=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B4419B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4419B is #4BBE64. Grayscale: #6D6D6D. Windows color (decimal): -4963941 or 10174900. OLE color: 10174900.
HSL color Cylindrical-coordinate representation of color #B4419B: hue angle of 313.04º 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 #B4419B is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 65 | 155 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.29 |
| HSL | 313.04º | 0.47% | 0.48% | - |
| HSV(B) | 313.04º | 0.64% | 0.71% | - |
| XYZ | 26.63 | 15.85 | 32.67 | - |
| YUV | 109.65 | 153.6 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 155 | 0 | 0.64 | 0.14 | 0.29 | 313.04 | 0.47 | 0.48 |
| Hex | B4 | 41 | 9B | 0 | 40 | E | 1D | 139 | 2F | 30 |
| Octal | 264 | 101 | 233 | 0 | 100 | 16 | 35 | 471 | 57 | 60 |
| Binary | 10110100 | 1000001 | 10011011 | 0 | 1000000 | 1110 | 11101 | 100111001 | 101111 | 110000 |
Color Harmonies of #B4419B
Complementary color
Monochromatic Colors of #B4419B
Black with #B4419B
Text Example
Text Example
White with #B4419B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4419B; }
p { color: rgb(180,65,155); }
H1.HeaderClassName
{
color: #B4419B;
}
.AnyTagClassName
{
color: #B4419B;
}
</style>
background-color css
<style>
a { background-color: #B4419B; }
a { background-color: rgb(180,65,155); }
div.DivClassName
{
background-color: #B4419B;
}
.BgClassName
{
background-color: #B4419B;
}
</style>
border-color css
<style>
span { border-color: #B4419B; }
span { border-color: rgb(180,65,155); }
td.TdClassName
{
border-color: #B4419B;
}
.TagClassName
{
border-color: #B4419B;
}
</style>