Shades of Medium Red Violet #B22A9A
Tints of Medium Red Violet #B22A9A
RGB
CMYK
RGB Variations
Color information
#B22A9A (or 0xB22A9A) is known color: Medium Red Violet. HEX triplet: B2, 2A and 9A. RGB value is (178,42,154). Sum of RGB (Red+Green+Blue) = 178+42+154=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 42 (16.80% from 255 or 11.23% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B22A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22A9A is #4DD565. Grayscale: #5F5F5F. Windows color (decimal): -5100902 or 10103474. OLE color: 10103474.
HSL color Cylindrical-coordinate representation of color #B22A9A: hue angle of 310.59º 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 #B22A9A is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 42 | 154 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.30 |
| HSL | 310.59º | 0.62% | 0.43% | - |
| HSV(B) | 310.59º | 0.76% | 0.7% | - |
| XYZ | 25.02 | 13.45 | 31.85 | - |
| YUV | 95.43 | 161.06 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 42 | 154 | 0 | 0.76 | 0.13 | 0.30 | 310.59 | 0.62 | 0.43 |
| Hex | B2 | 2A | 9A | 0 | 4C | D | 1E | 137 | 3E | 2B |
| Octal | 262 | 52 | 232 | 0 | 114 | 15 | 36 | 467 | 76 | 53 |
| Binary | 10110010 | 101010 | 10011010 | 0 | 1001100 | 1101 | 11110 | 100110111 | 111110 | 101011 |
Color Harmonies of #B22A9A
Complementary color
Monochromatic Colors of #B22A9A
Black with #B22A9A
Text Example
Text Example
White with #B22A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22A9A; }
p { color: rgb(178,42,154); }
H1.HeaderClassName
{
color: #B22A9A;
}
.AnyTagClassName
{
color: #B22A9A;
}
</style>
background-color css
<style>
a { background-color: #B22A9A; }
a { background-color: rgb(178,42,154); }
div.DivClassName
{
background-color: #B22A9A;
}
.BgClassName
{
background-color: #B22A9A;
}
</style>
border-color css
<style>
span { border-color: #B22A9A; }
span { border-color: rgb(178,42,154); }
td.TdClassName
{
border-color: #B22A9A;
}
.TagClassName
{
border-color: #B22A9A;
}
</style>