Shades of Medium Red Violet #B0227B
Tints of Medium Red Violet #B0227B
RGB
CMYK
RGB Variations
Color information
#B0227B (or 0xB0227B) is known color: Medium Red Violet. HEX triplet: B0, 22 and 7B. RGB value is (176,34,123). Sum of RGB (Red+Green+Blue) = 176+34+123=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B0227B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0227B is #4FDD84. Grayscale: #565656. Windows color (decimal): -5234053 or 8069808. OLE color: 8069808.
HSL color Cylindrical-coordinate representation of color #B0227B: hue angle of 322.39º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B0227B is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 34 | 123 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.31 |
| HSL | 322.39º | 0.68% | 0.41% | - |
| HSV(B) | 322.39º | 0.81% | 0.69% | - |
| XYZ | 22.05 | 11.8 | 19.86 | - |
| YUV | 86.6 | 148.54 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 34 | 123 | 0 | 0.81 | 0.30 | 0.31 | 322.39 | 0.68 | 0.41 |
| Hex | B0 | 22 | 7B | 0 | 51 | 1E | 1F | 142 | 44 | 29 |
| Octal | 260 | 42 | 173 | 0 | 121 | 36 | 37 | 502 | 104 | 51 |
| Binary | 10110000 | 100010 | 1111011 | 0 | 1010001 | 11110 | 11111 | 101000010 | 1000100 | 101001 |
Color Harmonies of #B0227B
Complementary color
Monochromatic Colors of #B0227B
Black with #B0227B
Text Example
Text Example
White with #B0227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0227B; }
p { color: rgb(176,34,123); }
H1.HeaderClassName
{
color: #B0227B;
}
.AnyTagClassName
{
color: #B0227B;
}
</style>
background-color css
<style>
a { background-color: #B0227B; }
a { background-color: rgb(176,34,123); }
div.DivClassName
{
background-color: #B0227B;
}
.BgClassName
{
background-color: #B0227B;
}
</style>
border-color css
<style>
span { border-color: #B0227B; }
span { border-color: rgb(176,34,123); }
td.TdClassName
{
border-color: #B0227B;
}
.TagClassName
{
border-color: #B0227B;
}
</style>