Shades of Medium Red Violet #B2407D
Tints of Medium Red Violet #B2407D
RGB
CMYK
RGB Variations
Color information
#B2407D (or 0xB2407D) is known color: Medium Red Violet. HEX triplet: B2, 40 and 7D. RGB value is (178,64,125). Sum of RGB (Red+Green+Blue) = 178+64+125=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B2407D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2407D is #4DBF82. Grayscale: #686868. Windows color (decimal): -5095299 or 8208562. OLE color: 8208562.
HSL color Cylindrical-coordinate representation of color #B2407D: hue angle of 327.89º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2407D is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 64 | 125 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.30 |
| HSL | 327.89º | 0.47% | 0.47% | - |
| HSV(B) | 327.89º | 0.64% | 0.7% | - |
| XYZ | 23.9 | 14.61 | 20.96 | - |
| YUV | 105.04 | 139.27 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 125 | 0 | 0.64 | 0.30 | 0.30 | 327.89 | 0.47 | 0.47 |
| Hex | B2 | 40 | 7D | 0 | 40 | 1E | 1E | 148 | 2F | 2F |
| Octal | 262 | 100 | 175 | 0 | 100 | 36 | 36 | 510 | 57 | 57 |
| Binary | 10110010 | 1000000 | 1111101 | 0 | 1000000 | 11110 | 11110 | 101001000 | 101111 | 101111 |
Color Harmonies of #B2407D
Complementary color
Monochromatic Colors of #B2407D
Black with #B2407D
Text Example
Text Example
White with #B2407D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2407D; }
p { color: rgb(178,64,125); }
H1.HeaderClassName
{
color: #B2407D;
}
.AnyTagClassName
{
color: #B2407D;
}
</style>
background-color css
<style>
a { background-color: #B2407D; }
a { background-color: rgb(178,64,125); }
div.DivClassName
{
background-color: #B2407D;
}
.BgClassName
{
background-color: #B2407D;
}
</style>
border-color css
<style>
span { border-color: #B2407D; }
span { border-color: rgb(178,64,125); }
td.TdClassName
{
border-color: #B2407D;
}
.TagClassName
{
border-color: #B2407D;
}
</style>