Shades of Medium Red Violet #B224A0
Tints of Medium Red Violet #B224A0
RGB
CMYK
RGB Variations
Color information
#B224A0 (or 0xB224A0) is known color: Medium Red Violet. HEX triplet: B2, 24 and A0. RGB value is (178,36,160). Sum of RGB (Red+Green+Blue) = 178+36+160=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 160 (62.89% from 255 or 42.78% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B224A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B224A0 is #4DDB5F. Grayscale: #5C5C5C. Windows color (decimal): -5102432 or 10495154. OLE color: 10495154.
HSL color Cylindrical-coordinate representation of color #B224A0: hue angle of 307.61º 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 #B224A0 is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 36 | 160 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.30 |
| HSL | 307.61º | 0.66% | 0.42% | - |
| HSV(B) | 307.61º | 0.8% | 0.7% | - |
| XYZ | 25.34 | 13.26 | 34.48 | - |
| YUV | 92.59 | 166.04 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 36 | 160 | 0 | 0.80 | 0.10 | 0.30 | 307.61 | 0.66 | 0.42 |
| Hex | B2 | 24 | A0 | 0 | 50 | A | 1E | 134 | 42 | 2A |
| Octal | 262 | 44 | 240 | 0 | 120 | 12 | 36 | 464 | 102 | 52 |
| Binary | 10110010 | 100100 | 10100000 | 0 | 1010000 | 1010 | 11110 | 100110100 | 1000010 | 101010 |
Color Harmonies of #B224A0
Complementary color
Monochromatic Colors of #B224A0
Black with #B224A0
Text Example
Text Example
White with #B224A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B224A0; }
p { color: rgb(178,36,160); }
H1.HeaderClassName
{
color: #B224A0;
}
.AnyTagClassName
{
color: #B224A0;
}
</style>
background-color css
<style>
a { background-color: #B224A0; }
a { background-color: rgb(178,36,160); }
div.DivClassName
{
background-color: #B224A0;
}
.BgClassName
{
background-color: #B224A0;
}
</style>
border-color css
<style>
span { border-color: #B224A0; }
span { border-color: rgb(178,36,160); }
td.TdClassName
{
border-color: #B224A0;
}
.TagClassName
{
border-color: #B224A0;
}
</style>