Shades of Medium Red Violet #B0407C
Tints of Medium Red Violet #B0407C
RGB
CMYK
RGB Variations
Color information
#B0407C (or 0xB0407C) is known color: Medium Red Violet. HEX triplet: B0, 40 and 7C. RGB value is (176,64,124). Sum of RGB (Red+Green+Blue) = 176+64+124=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B0407C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0407C is #4FBF83. Grayscale: #686868. Windows color (decimal): -5226372 or 8143024. OLE color: 8143024.
HSL color Cylindrical-coordinate representation of color #B0407C: hue angle of 327.86º 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 #B0407C is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 64 | 124 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.31 |
| HSL | 327.86º | 0.47% | 0.47% | - |
| HSV(B) | 327.86º | 0.64% | 0.69% | - |
| XYZ | 23.38 | 14.35 | 20.61 | - |
| YUV | 104.33 | 139.11 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 124 | 0 | 0.64 | 0.30 | 0.31 | 327.86 | 0.47 | 0.47 |
| Hex | B0 | 40 | 7C | 0 | 40 | 1E | 1F | 148 | 2F | 2F |
| Octal | 260 | 100 | 174 | 0 | 100 | 36 | 37 | 510 | 57 | 57 |
| Binary | 10110000 | 1000000 | 1111100 | 0 | 1000000 | 11110 | 11111 | 101001000 | 101111 | 101111 |
Color Harmonies of #B0407C
Complementary color
Monochromatic Colors of #B0407C
Black with #B0407C
Text Example
Text Example
White with #B0407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0407C; }
p { color: rgb(176,64,124); }
H1.HeaderClassName
{
color: #B0407C;
}
.AnyTagClassName
{
color: #B0407C;
}
</style>
background-color css
<style>
a { background-color: #B0407C; }
a { background-color: rgb(176,64,124); }
div.DivClassName
{
background-color: #B0407C;
}
.BgClassName
{
background-color: #B0407C;
}
</style>
border-color css
<style>
span { border-color: #B0407C; }
span { border-color: rgb(176,64,124); }
td.TdClassName
{
border-color: #B0407C;
}
.TagClassName
{
border-color: #B0407C;
}
</style>