Shades of Medium Red Violet #B22485
Tints of Medium Red Violet #B22485
RGB
CMYK
RGB Variations
Color information
#B22485 (or 0xB22485) is known color: Medium Red Violet. HEX triplet: B2, 24 and 85. RGB value is (178,36,133). Sum of RGB (Red+Green+Blue) = 178+36+133=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 36 (14.45% from 255 or 10.37% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B22485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22485 is #4DDB7A. Grayscale: #595959. Windows color (decimal): -5102459 or 8725682. OLE color: 8725682.
HSL color Cylindrical-coordinate representation of color #B22485: hue angle of 319.01º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B22485 is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 36 | 133 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.30 |
| HSL | 319.01º | 0.66% | 0.42% | - |
| HSV(B) | 319.01º | 0.8% | 0.7% | - |
| XYZ | 23.22 | 12.42 | 23.36 | - |
| YUV | 89.52 | 152.54 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 36 | 133 | 0 | 0.80 | 0.25 | 0.30 | 319.01 | 0.66 | 0.42 |
| Hex | B2 | 24 | 85 | 0 | 50 | 19 | 1E | 13F | 42 | 2A |
| Octal | 262 | 44 | 205 | 0 | 120 | 31 | 36 | 477 | 102 | 52 |
| Binary | 10110010 | 100100 | 10000101 | 0 | 1010000 | 11001 | 11110 | 100111111 | 1000010 | 101010 |
Color Harmonies of #B22485
Complementary color
Monochromatic Colors of #B22485
Black with #B22485
Text Example
Text Example
White with #B22485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22485; }
p { color: rgb(178,36,133); }
H1.HeaderClassName
{
color: #B22485;
}
.AnyTagClassName
{
color: #B22485;
}
</style>
background-color css
<style>
a { background-color: #B22485; }
a { background-color: rgb(178,36,133); }
div.DivClassName
{
background-color: #B22485;
}
.BgClassName
{
background-color: #B22485;
}
</style>
border-color css
<style>
span { border-color: #B22485; }
span { border-color: rgb(178,36,133); }
td.TdClassName
{
border-color: #B22485;
}
.TagClassName
{
border-color: #B22485;
}
</style>