Shades of Medium Red Violet #B4408F
Tints of Medium Red Violet #B4408F
RGB
CMYK
RGB Variations
Color information
#B4408F (or 0xB4408F) is known color: Medium Red Violet. HEX triplet: B4, 40 and 8F. RGB value is (180,64,143). Sum of RGB (Red+Green+Blue) = 180+64+143=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 64 (25.39% from 255 or 16.54% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B4408F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4408F is #4BBF70. Grayscale: #6B6B6B. Windows color (decimal): -4964209 or 9388212. OLE color: 9388212.
HSL color Cylindrical-coordinate representation of color #B4408F: hue angle of 319.14º 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 #B4408F is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 64 | 143 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.29 |
| HSL | 319.14º | 0.48% | 0.48% | - |
| HSV(B) | 319.14º | 0.64% | 0.71% | - |
| XYZ | 25.61 | 15.35 | 27.6 | - |
| YUV | 107.69 | 147.93 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 64 | 143 | 0 | 0.64 | 0.21 | 0.29 | 319.14 | 0.48 | 0.48 |
| Hex | B4 | 40 | 8F | 0 | 40 | 15 | 1D | 13F | 30 | 30 |
| Octal | 264 | 100 | 217 | 0 | 100 | 25 | 35 | 477 | 60 | 60 |
| Binary | 10110100 | 1000000 | 10001111 | 0 | 1000000 | 10101 | 11101 | 100111111 | 110000 | 110000 |
Color Harmonies of #B4408F
Complementary color
Monochromatic Colors of #B4408F
Black with #B4408F
Text Example
Text Example
White with #B4408F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4408F; }
p { color: rgb(180,64,143); }
H1.HeaderClassName
{
color: #B4408F;
}
.AnyTagClassName
{
color: #B4408F;
}
</style>
background-color css
<style>
a { background-color: #B4408F; }
a { background-color: rgb(180,64,143); }
div.DivClassName
{
background-color: #B4408F;
}
.BgClassName
{
background-color: #B4408F;
}
</style>
border-color css
<style>
span { border-color: #B4408F; }
span { border-color: rgb(180,64,143); }
td.TdClassName
{
border-color: #B4408F;
}
.TagClassName
{
border-color: #B4408F;
}
</style>