Shades of Medium Red Violet #B22D9A
Tints of Medium Red Violet #B22D9A
RGB
CMYK
RGB Variations
Color information
#B22D9A (or 0xB22D9A) is known color: Medium Red Violet. HEX triplet: B2, 2D and 9A. RGB value is (178,45,154). Sum of RGB (Red+Green+Blue) = 178+45+154=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 45 (17.97% from 255 or 11.94% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22D9A is #4DD265. Grayscale: #606060. Windows color (decimal): -5100134 or 10104242. OLE color: 10104242.
HSL color Cylindrical-coordinate representation of color #B22D9A: hue angle of 310.83º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B22D9A is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 45 | 154 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.30 |
| HSL | 310.83º | 0.6% | 0.44% | - |
| HSV(B) | 310.83º | 0.75% | 0.7% | - |
| XYZ | 25.13 | 13.67 | 31.89 | - |
| YUV | 97.19 | 160.06 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 45 | 154 | 0 | 0.75 | 0.13 | 0.30 | 310.83 | 0.6 | 0.44 |
| Hex | B2 | 2D | 9A | 0 | 4B | D | 1E | 137 | 3C | 2C |
| Octal | 262 | 55 | 232 | 0 | 113 | 15 | 36 | 467 | 74 | 54 |
| Binary | 10110010 | 101101 | 10011010 | 0 | 1001011 | 1101 | 11110 | 100110111 | 111100 | 101100 |
Color Harmonies of #B22D9A
Complementary color
Monochromatic Colors of #B22D9A
Black with #B22D9A
Text Example
Text Example
White with #B22D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22D9A; }
p { color: rgb(178,45,154); }
H1.HeaderClassName
{
color: #B22D9A;
}
.AnyTagClassName
{
color: #B22D9A;
}
</style>
background-color css
<style>
a { background-color: #B22D9A; }
a { background-color: rgb(178,45,154); }
div.DivClassName
{
background-color: #B22D9A;
}
.BgClassName
{
background-color: #B22D9A;
}
</style>
border-color css
<style>
span { border-color: #B22D9A; }
span { border-color: rgb(178,45,154); }
td.TdClassName
{
border-color: #B22D9A;
}
.TagClassName
{
border-color: #B22D9A;
}
</style>