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