Shades of Medium Violet Red #B2037A
Tints of Medium Violet Red #B2037A
RGB
CMYK
RGB Variations
Color information
#B2037A (or 0xB2037A) is known color: Medium Violet Red. HEX triplet: B2, 03 and 7A. RGB value is (178,3,122). Sum of RGB (Red+Green+Blue) = 178+3+122=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B2037A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2037A is #4DFC85. Grayscale: #444444. Windows color (decimal): -5110918 or 7996338. OLE color: 7996338.
HSL color Cylindrical-coordinate representation of color #B2037A: hue angle of 319.2º 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 #B2037A is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 3 | 122 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.30 |
| HSL | 319.2º | 0.97% | 0.35% | - |
| HSV(B) | 319.2º | 0.98% | 0.7% | - |
| XYZ | 21.91 | 10.94 | 19.37 | - |
| YUV | 68.89 | 157.98 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 3 | 122 | 0 | 0.98 | 0.31 | 0.30 | 319.2 | 0.97 | 0.35 |
| Hex | B2 | 3 | 7A | 0 | 62 | 1F | 1E | 13F | 61 | 23 |
| Octal | 262 | 3 | 172 | 0 | 142 | 37 | 36 | 477 | 141 | 43 |
| Binary | 10110010 | 11 | 1111010 | 0 | 1100010 | 11111 | 11110 | 100111111 | 1100001 | 100011 |
Color Harmonies of #B2037A
Complementary color
Monochromatic Colors of #B2037A
Black with #B2037A
Text Example
Text Example
White with #B2037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2037A; }
p { color: rgb(178,3,122); }
H1.HeaderClassName
{
color: #B2037A;
}
.AnyTagClassName
{
color: #B2037A;
}
</style>
background-color css
<style>
a { background-color: #B2037A; }
a { background-color: rgb(178,3,122); }
div.DivClassName
{
background-color: #B2037A;
}
.BgClassName
{
background-color: #B2037A;
}
</style>
border-color css
<style>
span { border-color: #B2037A; }
span { border-color: rgb(178,3,122); }
td.TdClassName
{
border-color: #B2037A;
}
.TagClassName
{
border-color: #B2037A;
}
</style>