Shades of Medium Violet Red #B2037D
Tints of Medium Violet Red #B2037D
RGB
CMYK
RGB Variations
Color information
#B2037D (or 0xB2037D) is known color: Medium Violet Red. HEX triplet: B2, 03 and 7D. RGB value is (178,3,125). Sum of RGB (Red+Green+Blue) = 178+3+125=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B2037D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2037D is #4DFC82. Grayscale: #444444. Windows color (decimal): -5110915 or 8192946. OLE color: 8192946.
HSL color Cylindrical-coordinate representation of color #B2037D: hue angle of 318.17º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2037D is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 3 | 125 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.30 |
| HSL | 318.17º | 0.97% | 0.35% | - |
| HSV(B) | 318.17º | 0.98% | 0.7% | - |
| XYZ | 22.09 | 11.01 | 20.36 | - |
| YUV | 69.23 | 159.48 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 3 | 125 | 0 | 0.98 | 0.30 | 0.30 | 318.17 | 0.97 | 0.35 |
| Hex | B2 | 3 | 7D | 0 | 62 | 1E | 1E | 13E | 61 | 23 |
| Octal | 262 | 3 | 175 | 0 | 142 | 36 | 36 | 476 | 141 | 43 |
| Binary | 10110010 | 11 | 1111101 | 0 | 1100010 | 11110 | 11110 | 100111110 | 1100001 | 100011 |
Color Harmonies of #B2037D
Complementary color
Monochromatic Colors of #B2037D
Black with #B2037D
Text Example
Text Example
White with #B2037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2037D; }
p { color: rgb(178,3,125); }
H1.HeaderClassName
{
color: #B2037D;
}
.AnyTagClassName
{
color: #B2037D;
}
</style>
background-color css
<style>
a { background-color: #B2037D; }
a { background-color: rgb(178,3,125); }
div.DivClassName
{
background-color: #B2037D;
}
.BgClassName
{
background-color: #B2037D;
}
</style>
border-color css
<style>
span { border-color: #B2037D; }
span { border-color: rgb(178,3,125); }
td.TdClassName
{
border-color: #B2037D;
}
.TagClassName
{
border-color: #B2037D;
}
</style>