Shades of Medium Red Violet #B222A6
Tints of Medium Red Violet #B222A6
RGB
CMYK
RGB Variations
Color information
#B222A6 (or 0xB222A6) is known color: Medium Red Violet. HEX triplet: B2, 22 and A6. RGB value is (178,34,166). Sum of RGB (Red+Green+Blue) = 178+34+166=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 34 (13.67% from 255 or 8.99% from 378); Blue value is 166 (65.23% from 255 or 43.92% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B222A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B222A6 is #4DDD59. Grayscale: #5B5B5B. Windows color (decimal): -5102938 or 10887858. OLE color: 10887858.
HSL color Cylindrical-coordinate representation of color #B222A6: hue angle of 305º 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 #B222A6 is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 34 | 166 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.30 |
| HSL | 305º | 0.68% | 0.42% | - |
| HSV(B) | 305º | 0.81% | 0.7% | - |
| XYZ | 25.82 | 13.36 | 37.29 | - |
| YUV | 92.1 | 169.71 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 34 | 166 | 0 | 0.81 | 0.07 | 0.30 | 305 | 0.68 | 0.42 |
| Hex | B2 | 22 | A6 | 0 | 51 | 7 | 1E | 131 | 44 | 2A |
| Octal | 262 | 42 | 246 | 0 | 121 | 7 | 36 | 461 | 104 | 52 |
| Binary | 10110010 | 100010 | 10100110 | 0 | 1010001 | 111 | 11110 | 100110001 | 1000100 | 101010 |
Color Harmonies of #B222A6
Complementary color
Monochromatic Colors of #B222A6
Black with #B222A6
Text Example
Text Example
White with #B222A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B222A6; }
p { color: rgb(178,34,166); }
H1.HeaderClassName
{
color: #B222A6;
}
.AnyTagClassName
{
color: #B222A6;
}
</style>
background-color css
<style>
a { background-color: #B222A6; }
a { background-color: rgb(178,34,166); }
div.DivClassName
{
background-color: #B222A6;
}
.BgClassName
{
background-color: #B222A6;
}
</style>
border-color css
<style>
span { border-color: #B222A6; }
span { border-color: rgb(178,34,166); }
td.TdClassName
{
border-color: #B222A6;
}
.TagClassName
{
border-color: #B222A6;
}
</style>