Shades of Medium Red Violet #B4407F
Tints of Medium Red Violet #B4407F
RGB
CMYK
RGB Variations
Color information
#B4407F (or 0xB4407F) is known color: Medium Red Violet. HEX triplet: B4, 40 and 7F. RGB value is (180,64,127). Sum of RGB (Red+Green+Blue) = 180+64+127=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B4407F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4407F is #4BBF80. Grayscale: #696969. Windows color (decimal): -4964225 or 8339636. OLE color: 8339636.
HSL color Cylindrical-coordinate representation of color #B4407F: hue angle of 327.41º degrees, saturation: 0.48, 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 #B4407F is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 64 | 127 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.29 |
| HSL | 327.41º | 0.48% | 0.48% | - |
| HSV(B) | 327.41º | 0.64% | 0.71% | - |
| XYZ | 24.49 | 14.9 | 21.66 | - |
| YUV | 105.87 | 139.93 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 64 | 127 | 0 | 0.64 | 0.29 | 0.29 | 327.41 | 0.48 | 0.48 |
| Hex | B4 | 40 | 7F | 0 | 40 | 1D | 1D | 147 | 30 | 30 |
| Octal | 264 | 100 | 177 | 0 | 100 | 35 | 35 | 507 | 60 | 60 |
| Binary | 10110100 | 1000000 | 1111111 | 0 | 1000000 | 11101 | 11101 | 101000111 | 110000 | 110000 |
Color Harmonies of #B4407F
Complementary color
Monochromatic Colors of #B4407F
Black with #B4407F
Text Example
Text Example
White with #B4407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4407F; }
p { color: rgb(180,64,127); }
H1.HeaderClassName
{
color: #B4407F;
}
.AnyTagClassName
{
color: #B4407F;
}
</style>
background-color css
<style>
a { background-color: #B4407F; }
a { background-color: rgb(180,64,127); }
div.DivClassName
{
background-color: #B4407F;
}
.BgClassName
{
background-color: #B4407F;
}
</style>
border-color css
<style>
span { border-color: #B4407F; }
span { border-color: rgb(180,64,127); }
td.TdClassName
{
border-color: #B4407F;
}
.TagClassName
{
border-color: #B4407F;
}
</style>