Shades of Medium Red Violet #B22AAA
Tints of Medium Red Violet #B22AAA
RGB
CMYK
RGB Variations
Color information
#B22AAA (or 0xB22AAA) is known color: Medium Red Violet. HEX triplet: B2, 2A and AA. RGB value is (178,42,170). Sum of RGB (Red+Green+Blue) = 178+42+170=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 42 (16.80% from 255 or 10.77% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B22AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22AAA is #4DD555. Grayscale: #606060. Windows color (decimal): -5100886 or 11152050. OLE color: 11152050.
HSL color Cylindrical-coordinate representation of color #B22AAA: hue angle of 303.53º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B22AAA is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 42 | 170 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.30 |
| HSL | 303.53º | 0.62% | 0.43% | - |
| HSV(B) | 303.53º | 0.76% | 0.7% | - |
| XYZ | 26.44 | 14.02 | 39.34 | - |
| YUV | 97.26 | 169.06 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 42 | 170 | 0 | 0.76 | 0.04 | 0.30 | 303.53 | 0.62 | 0.43 |
| Hex | B2 | 2A | AA | 0 | 4C | 4 | 1E | 130 | 3E | 2B |
| Octal | 262 | 52 | 252 | 0 | 114 | 4 | 36 | 460 | 76 | 53 |
| Binary | 10110010 | 101010 | 10101010 | 0 | 1001100 | 100 | 11110 | 100110000 | 111110 | 101011 |
Color Harmonies of #B22AAA
Complementary color
Monochromatic Colors of #B22AAA
Black with #B22AAA
Text Example
Text Example
White with #B22AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22AAA; }
p { color: rgb(178,42,170); }
H1.HeaderClassName
{
color: #B22AAA;
}
.AnyTagClassName
{
color: #B22AAA;
}
</style>
background-color css
<style>
a { background-color: #B22AAA; }
a { background-color: rgb(178,42,170); }
div.DivClassName
{
background-color: #B22AAA;
}
.BgClassName
{
background-color: #B22AAA;
}
</style>
border-color css
<style>
span { border-color: #B22AAA; }
span { border-color: rgb(178,42,170); }
td.TdClassName
{
border-color: #B22AAA;
}
.TagClassName
{
border-color: #B22AAA;
}
</style>