Shades of Medium Red Violet #B2228A
Tints of Medium Red Violet #B2228A
RGB
CMYK
RGB Variations
Color information
#B2228A (or 0xB2228A) is known color: Medium Red Violet. HEX triplet: B2, 22 and 8A. RGB value is (178,34,138). Sum of RGB (Red+Green+Blue) = 178+34+138=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B2228A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2228A is #4DDD75. Grayscale: #585858. Windows color (decimal): -5102966 or 9052850. OLE color: 9052850.
HSL color Cylindrical-coordinate representation of color #B2228A: hue angle of 316.67º 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 #B2228A is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 34 | 138 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.30 |
| HSL | 316.67º | 0.68% | 0.42% | - |
| HSV(B) | 316.67º | 0.81% | 0.7% | - |
| XYZ | 23.52 | 12.44 | 25.21 | - |
| YUV | 88.91 | 155.71 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 34 | 138 | 0 | 0.81 | 0.22 | 0.30 | 316.67 | 0.68 | 0.42 |
| Hex | B2 | 22 | 8A | 0 | 51 | 16 | 1E | 13D | 44 | 2A |
| Octal | 262 | 42 | 212 | 0 | 121 | 26 | 36 | 475 | 104 | 52 |
| Binary | 10110010 | 100010 | 10001010 | 0 | 1010001 | 10110 | 11110 | 100111101 | 1000100 | 101010 |
Color Harmonies of #B2228A
Complementary color
Monochromatic Colors of #B2228A
Black with #B2228A
Text Example
Text Example
White with #B2228A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2228A; }
p { color: rgb(178,34,138); }
H1.HeaderClassName
{
color: #B2228A;
}
.AnyTagClassName
{
color: #B2228A;
}
</style>
background-color css
<style>
a { background-color: #B2228A; }
a { background-color: rgb(178,34,138); }
div.DivClassName
{
background-color: #B2228A;
}
.BgClassName
{
background-color: #B2228A;
}
</style>
border-color css
<style>
span { border-color: #B2228A; }
span { border-color: rgb(178,34,138); }
td.TdClassName
{
border-color: #B2228A;
}
.TagClassName
{
border-color: #B2228A;
}
</style>