Shades of Medium Red Violet #B4417E
Tints of Medium Red Violet #B4417E
RGB
CMYK
RGB Variations
Color information
#B4417E (or 0xB4417E) is known color: Medium Red Violet. HEX triplet: B4, 41 and 7E. RGB value is (180,65,126). Sum of RGB (Red+Green+Blue) = 180+65+126=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B4417E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4417E is #4BBE81. Grayscale: #6A6A6A. Windows color (decimal): -4963970 or 8274356. OLE color: 8274356.
HSL color Cylindrical-coordinate representation of color #B4417E: hue angle of 328.17º 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 #B4417E is Cyan = 0, Magento = 0.64, Yellow = 0.3 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 65 | 126 | - |
| CMYK | 0 | 0.64 | 0.3 | 0.29 |
| HSL | 328.17º | 0.47% | 0.48% | - |
| HSV(B) | 328.17º | 0.64% | 0.71% | - |
| XYZ | 24.48 | 14.99 | 21.34 | - |
| YUV | 106.34 | 139.1 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 126 | 0 | 0.64 | 0.3 | 0.29 | 328.17 | 0.47 | 0.48 |
| Hex | B4 | 41 | 7E | 0 | 40 | 1E | 1D | 148 | 2F | 30 |
| Octal | 264 | 101 | 176 | 0 | 100 | 36 | 35 | 510 | 57 | 60 |
| Binary | 10110100 | 1000001 | 1111110 | 0 | 1000000 | 11110 | 11101 | 101001000 | 101111 | 110000 |
Color Harmonies of #B4417E
Complementary color
Monochromatic Colors of #B4417E
Black with #B4417E
Text Example
Text Example
White with #B4417E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4417E; }
p { color: rgb(180,65,126); }
H1.HeaderClassName
{
color: #B4417E;
}
.AnyTagClassName
{
color: #B4417E;
}
</style>
background-color css
<style>
a { background-color: #B4417E; }
a { background-color: rgb(180,65,126); }
div.DivClassName
{
background-color: #B4417E;
}
.BgClassName
{
background-color: #B4417E;
}
</style>
border-color css
<style>
span { border-color: #B4417E; }
span { border-color: rgb(180,65,126); }
td.TdClassName
{
border-color: #B4417E;
}
.TagClassName
{
border-color: #B4417E;
}
</style>