Shades of Medium Red Violet #B0408C
Tints of Medium Red Violet #B0408C
RGB
CMYK
RGB Variations
Color information
#B0408C (or 0xB0408C) is known color: Medium Red Violet. HEX triplet: B0, 40 and 8C. RGB value is (176,64,140). Sum of RGB (Red+Green+Blue) = 176+64+140=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B0408C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0408C is #4FBF73. Grayscale: #696969. Windows color (decimal): -5226356 or 9191600. OLE color: 9191600.
HSL color Cylindrical-coordinate representation of color #B0408C: hue angle of 319.29º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0408C is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 64 | 140 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.31 |
| HSL | 319.29º | 0.47% | 0.47% | - |
| HSV(B) | 319.29º | 0.64% | 0.69% | - |
| XYZ | 24.47 | 14.79 | 26.38 | - |
| YUV | 106.15 | 147.11 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 140 | 0 | 0.64 | 0.20 | 0.31 | 319.29 | 0.47 | 0.47 |
| Hex | B0 | 40 | 8C | 0 | 40 | 14 | 1F | 13F | 2F | 2F |
| Octal | 260 | 100 | 214 | 0 | 100 | 24 | 37 | 477 | 57 | 57 |
| Binary | 10110000 | 1000000 | 10001100 | 0 | 1000000 | 10100 | 11111 | 100111111 | 101111 | 101111 |
Color Harmonies of #B0408C
Complementary color
Monochromatic Colors of #B0408C
Black with #B0408C
Text Example
Text Example
White with #B0408C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0408C; }
p { color: rgb(176,64,140); }
H1.HeaderClassName
{
color: #B0408C;
}
.AnyTagClassName
{
color: #B0408C;
}
</style>
background-color css
<style>
a { background-color: #B0408C; }
a { background-color: rgb(176,64,140); }
div.DivClassName
{
background-color: #B0408C;
}
.BgClassName
{
background-color: #B0408C;
}
</style>
border-color css
<style>
span { border-color: #B0408C; }
span { border-color: rgb(176,64,140); }
td.TdClassName
{
border-color: #B0408C;
}
.TagClassName
{
border-color: #B0408C;
}
</style>