Shades of Medium Red Violet #B22BA2
Tints of Medium Red Violet #B22BA2
RGB
CMYK
RGB Variations
Color information
#B22BA2 (or 0xB22BA2) is known color: Medium Red Violet. HEX triplet: B2, 2B and A2. RGB value is (178,43,162). Sum of RGB (Red+Green+Blue) = 178+43+162=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 162 (63.67% from 255 or 42.30% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B22BA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22BA2 is #4DD45D. Grayscale: #606060. Windows color (decimal): -5100638 or 10628018. OLE color: 10628018.
HSL color Cylindrical-coordinate representation of color #B22BA2: hue angle of 307.11º degrees, saturation: 0.61, 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 #B22BA2 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 43 | 162 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.30 |
| HSL | 307.11º | 0.61% | 0.43% | - |
| HSV(B) | 307.11º | 0.76% | 0.7% | - |
| XYZ | 25.75 | 13.8 | 35.49 | - |
| YUV | 96.93 | 164.73 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 43 | 162 | 0 | 0.76 | 0.09 | 0.30 | 307.11 | 0.61 | 0.43 |
| Hex | B2 | 2B | A2 | 0 | 4C | 9 | 1E | 133 | 3D | 2B |
| Octal | 262 | 53 | 242 | 0 | 114 | 11 | 36 | 463 | 75 | 53 |
| Binary | 10110010 | 101011 | 10100010 | 0 | 1001100 | 1001 | 11110 | 100110011 | 111101 | 101011 |
Color Harmonies of #B22BA2
Complementary color
Monochromatic Colors of #B22BA2
Black with #B22BA2
Text Example
Text Example
White with #B22BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22BA2; }
p { color: rgb(178,43,162); }
H1.HeaderClassName
{
color: #B22BA2;
}
.AnyTagClassName
{
color: #B22BA2;
}
</style>
background-color css
<style>
a { background-color: #B22BA2; }
a { background-color: rgb(178,43,162); }
div.DivClassName
{
background-color: #B22BA2;
}
.BgClassName
{
background-color: #B22BA2;
}
</style>
border-color css
<style>
span { border-color: #B22BA2; }
span { border-color: rgb(178,43,162); }
td.TdClassName
{
border-color: #B22BA2;
}
.TagClassName
{
border-color: #B22BA2;
}
</style>