Shades of Medium Red Violet #B224AC
Tints of Medium Red Violet #B224AC
RGB
CMYK
RGB Variations
Color information
#B224AC (or 0xB224AC) is known color: Medium Red Violet. HEX triplet: B2, 24 and AC. RGB value is (178,36,172). Sum of RGB (Red+Green+Blue) = 178+36+172=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B224AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B224AC is #4DDB53. Grayscale: #5D5D5D. Windows color (decimal): -5102420 or 11281586. OLE color: 11281586.
HSL color Cylindrical-coordinate representation of color #B224AC: hue angle of 302.54º 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 #B224AC is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 36 | 172 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.30 |
| HSL | 302.54º | 0.66% | 0.42% | - |
| HSV(B) | 302.54º | 0.8% | 0.7% | - |
| XYZ | 26.44 | 13.71 | 40.28 | - |
| YUV | 93.96 | 172.04 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 36 | 172 | 0 | 0.80 | 0.03 | 0.30 | 302.54 | 0.66 | 0.42 |
| Hex | B2 | 24 | AC | 0 | 50 | 3 | 1E | 12F | 42 | 2A |
| Octal | 262 | 44 | 254 | 0 | 120 | 3 | 36 | 457 | 102 | 52 |
| Binary | 10110010 | 100100 | 10101100 | 0 | 1010000 | 11 | 11110 | 100101111 | 1000010 | 101010 |
Color Harmonies of #B224AC
Complementary color
Monochromatic Colors of #B224AC
Black with #B224AC
Text Example
Text Example
White with #B224AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B224AC; }
p { color: rgb(178,36,172); }
H1.HeaderClassName
{
color: #B224AC;
}
.AnyTagClassName
{
color: #B224AC;
}
</style>
background-color css
<style>
a { background-color: #B224AC; }
a { background-color: rgb(178,36,172); }
div.DivClassName
{
background-color: #B224AC;
}
.BgClassName
{
background-color: #B224AC;
}
</style>
border-color css
<style>
span { border-color: #B224AC; }
span { border-color: rgb(178,36,172); }
td.TdClassName
{
border-color: #B224AC;
}
.TagClassName
{
border-color: #B224AC;
}
</style>