Shades of Medium Red Violet #B3228E
Tints of Medium Red Violet #B3228E
RGB
CMYK
RGB Variations
Color information
#B3228E (or 0xB3228E) is known color: Medium Red Violet. HEX triplet: B3, 22 and 8E. RGB value is (179,34,142). Sum of RGB (Red+Green+Blue) = 179+34+142=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B3228E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3228E is #4CDD71. Grayscale: #595959. Windows color (decimal): -5037426 or 9314995. OLE color: 9314995.
HSL color Cylindrical-coordinate representation of color #B3228E: hue angle of 315.31º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B3228E is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 34 | 142 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.30 |
| HSL | 315.31º | 0.68% | 0.42% | - |
| HSV(B) | 315.31º | 0.81% | 0.7% | - |
| XYZ | 24.04 | 12.68 | 26.77 | - |
| YUV | 89.67 | 157.54 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 34 | 142 | 0 | 0.81 | 0.21 | 0.30 | 315.31 | 0.68 | 0.42 |
| Hex | B3 | 22 | 8E | 0 | 51 | 15 | 1E | 13B | 44 | 2A |
| Octal | 263 | 42 | 216 | 0 | 121 | 25 | 36 | 473 | 104 | 52 |
| Binary | 10110011 | 100010 | 10001110 | 0 | 1010001 | 10101 | 11110 | 100111011 | 1000100 | 101010 |
Color Harmonies of #B3228E
Complementary color
Monochromatic Colors of #B3228E
Black with #B3228E
Text Example
Text Example
White with #B3228E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3228E; }
p { color: rgb(179,34,142); }
H1.HeaderClassName
{
color: #B3228E;
}
.AnyTagClassName
{
color: #B3228E;
}
</style>
background-color css
<style>
a { background-color: #B3228E; }
a { background-color: rgb(179,34,142); }
div.DivClassName
{
background-color: #B3228E;
}
.BgClassName
{
background-color: #B3228E;
}
</style>
border-color css
<style>
span { border-color: #B3228E; }
span { border-color: rgb(179,34,142); }
td.TdClassName
{
border-color: #B3228E;
}
.TagClassName
{
border-color: #B3228E;
}
</style>