Shades of Medium Red Violet #B2247D
Tints of Medium Red Violet #B2247D
RGB
CMYK
RGB Variations
Color information
#B2247D (or 0xB2247D) is known color: Medium Red Violet. HEX triplet: B2, 24 and 7D. RGB value is (178,36,125). Sum of RGB (Red+Green+Blue) = 178+36+125=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B2247D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2247D is #4DDB82. Grayscale: #585858. Windows color (decimal): -5102467 or 8201394. OLE color: 8201394.
HSL color Cylindrical-coordinate representation of color #B2247D: hue angle of 322.39º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2247D is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 36 | 125 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.30 |
| HSL | 322.39º | 0.66% | 0.42% | - |
| HSV(B) | 322.39º | 0.8% | 0.7% | - |
| XYZ | 22.69 | 12.21 | 20.56 | - |
| YUV | 88.6 | 148.54 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 36 | 125 | 0 | 0.80 | 0.30 | 0.30 | 322.39 | 0.66 | 0.42 |
| Hex | B2 | 24 | 7D | 0 | 50 | 1E | 1E | 142 | 42 | 2A |
| Octal | 262 | 44 | 175 | 0 | 120 | 36 | 36 | 502 | 102 | 52 |
| Binary | 10110010 | 100100 | 1111101 | 0 | 1010000 | 11110 | 11110 | 101000010 | 1000010 | 101010 |
Color Harmonies of #B2247D
Complementary color
Monochromatic Colors of #B2247D
Black with #B2247D
Text Example
Text Example
White with #B2247D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2247D; }
p { color: rgb(178,36,125); }
H1.HeaderClassName
{
color: #B2247D;
}
.AnyTagClassName
{
color: #B2247D;
}
</style>
background-color css
<style>
a { background-color: #B2247D; }
a { background-color: rgb(178,36,125); }
div.DivClassName
{
background-color: #B2247D;
}
.BgClassName
{
background-color: #B2247D;
}
</style>
border-color css
<style>
span { border-color: #B2247D; }
span { border-color: rgb(178,36,125); }
td.TdClassName
{
border-color: #B2247D;
}
.TagClassName
{
border-color: #B2247D;
}
</style>