Shades of Medium Red Violet #B2227A
Tints of Medium Red Violet #B2227A
RGB
CMYK
RGB Variations
Color information
#B2227A (or 0xB2227A) is known color: Medium Red Violet. HEX triplet: B2, 22 and 7A. RGB value is (178,34,122). Sum of RGB (Red+Green+Blue) = 178+34+122=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B2227A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2227A is #4DDD85. Grayscale: #565656. Windows color (decimal): -5102982 or 8004274. OLE color: 8004274.
HSL color Cylindrical-coordinate representation of color #B2227A: hue angle of 323.33º 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 #B2227A is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 34 | 122 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.30 |
| HSL | 323.33º | 0.68% | 0.42% | - |
| HSV(B) | 323.33º | 0.81% | 0.7% | - |
| XYZ | 22.44 | 12.01 | 19.55 | - |
| YUV | 87.09 | 147.71 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 34 | 122 | 0 | 0.81 | 0.31 | 0.30 | 323.33 | 0.68 | 0.42 |
| Hex | B2 | 22 | 7A | 0 | 51 | 1F | 1E | 143 | 44 | 2A |
| Octal | 262 | 42 | 172 | 0 | 121 | 37 | 36 | 503 | 104 | 52 |
| Binary | 10110010 | 100010 | 1111010 | 0 | 1010001 | 11111 | 11110 | 101000011 | 1000100 | 101010 |
Color Harmonies of #B2227A
Complementary color
Monochromatic Colors of #B2227A
Black with #B2227A
Text Example
Text Example
White with #B2227A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2227A; }
p { color: rgb(178,34,122); }
H1.HeaderClassName
{
color: #B2227A;
}
.AnyTagClassName
{
color: #B2227A;
}
</style>
background-color css
<style>
a { background-color: #B2227A; }
a { background-color: rgb(178,34,122); }
div.DivClassName
{
background-color: #B2227A;
}
.BgClassName
{
background-color: #B2227A;
}
</style>
border-color css
<style>
span { border-color: #B2227A; }
span { border-color: rgb(178,34,122); }
td.TdClassName
{
border-color: #B2227A;
}
.TagClassName
{
border-color: #B2227A;
}
</style>