Shades of Medium Red Violet #B22085
Tints of Medium Red Violet #B22085
RGB
CMYK
RGB Variations
Color information
#B22085 (or 0xB22085) is known color: Medium Red Violet. HEX triplet: B2, 20 and 85. RGB value is (178,32,133). Sum of RGB (Red+Green+Blue) = 178+32+133=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B22085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22085 is #4DDF7A. Grayscale: #565656. Windows color (decimal): -5103483 or 8724658. OLE color: 8724658.
HSL color Cylindrical-coordinate representation of color #B22085: hue angle of 318.49º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B22085 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 32 | 133 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.30 |
| HSL | 318.49º | 0.7% | 0.41% | - |
| HSV(B) | 318.49º | 0.82% | 0.7% | - |
| XYZ | 23.11 | 12.19 | 23.33 | - |
| YUV | 87.17 | 153.87 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 32 | 133 | 0 | 0.82 | 0.25 | 0.30 | 318.49 | 0.7 | 0.41 |
| Hex | B2 | 20 | 85 | 0 | 52 | 19 | 1E | 13E | 46 | 29 |
| Octal | 262 | 40 | 205 | 0 | 122 | 31 | 36 | 476 | 106 | 51 |
| Binary | 10110010 | 100000 | 10000101 | 0 | 1010010 | 11001 | 11110 | 100111110 | 1000110 | 101001 |
Color Harmonies of #B22085
Complementary color
Monochromatic Colors of #B22085
Black with #B22085
Text Example
Text Example
White with #B22085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22085; }
p { color: rgb(178,32,133); }
H1.HeaderClassName
{
color: #B22085;
}
.AnyTagClassName
{
color: #B22085;
}
</style>
background-color css
<style>
a { background-color: #B22085; }
a { background-color: rgb(178,32,133); }
div.DivClassName
{
background-color: #B22085;
}
.BgClassName
{
background-color: #B22085;
}
</style>
border-color css
<style>
span { border-color: #B22085; }
span { border-color: rgb(178,32,133); }
td.TdClassName
{
border-color: #B22085;
}
.TagClassName
{
border-color: #B22085;
}
</style>