Shades of Medium Red Violet #B22FA0
Tints of Medium Red Violet #B22FA0
RGB
CMYK
RGB Variations
Color information
#B22FA0 (or 0xB22FA0) is known color: Medium Red Violet. HEX triplet: B2, 2F and A0. RGB value is (178,47,160). Sum of RGB (Red+Green+Blue) = 178+47+160=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 47 (18.75% from 255 or 12.21% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B22FA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22FA0 is #4DD05F. Grayscale: #626262. Windows color (decimal): -5099616 or 10497970. OLE color: 10497970.
HSL color Cylindrical-coordinate representation of color #B22FA0: hue angle of 308.24º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B22FA0 is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 47 | 160 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.30 |
| HSL | 308.24º | 0.58% | 0.44% | - |
| HSV(B) | 308.24º | 0.74% | 0.7% | - |
| XYZ | 25.72 | 14.04 | 34.61 | - |
| YUV | 99.05 | 162.4 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 47 | 160 | 0 | 0.74 | 0.10 | 0.30 | 308.24 | 0.58 | 0.44 |
| Hex | B2 | 2F | A0 | 0 | 4A | A | 1E | 134 | 3A | 2C |
| Octal | 262 | 57 | 240 | 0 | 112 | 12 | 36 | 464 | 72 | 54 |
| Binary | 10110010 | 101111 | 10100000 | 0 | 1001010 | 1010 | 11110 | 100110100 | 111010 | 101100 |
Color Harmonies of #B22FA0
Complementary color
Monochromatic Colors of #B22FA0
Black with #B22FA0
Text Example
Text Example
White with #B22FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22FA0; }
p { color: rgb(178,47,160); }
H1.HeaderClassName
{
color: #B22FA0;
}
.AnyTagClassName
{
color: #B22FA0;
}
</style>
background-color css
<style>
a { background-color: #B22FA0; }
a { background-color: rgb(178,47,160); }
div.DivClassName
{
background-color: #B22FA0;
}
.BgClassName
{
background-color: #B22FA0;
}
</style>
border-color css
<style>
span { border-color: #B22FA0; }
span { border-color: rgb(178,47,160); }
td.TdClassName
{
border-color: #B22FA0;
}
.TagClassName
{
border-color: #B22FA0;
}
</style>