Shades of Medium Red Violet #B9226C
Tints of Medium Red Violet #B9226C
RGB
CMYK
RGB Variations
Color information
#B9226C (or 0xB9226C) is known color: Medium Red Violet. HEX triplet: B9, 22 and 6C. RGB value is (185,34,108). Sum of RGB (Red+Green+Blue) = 185+34+108=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B9226C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9226C is #46DD93. Grayscale: #575757. Windows color (decimal): -4644244 or 7086777. OLE color: 7086777.
HSL color Cylindrical-coordinate representation of color #B9226C: hue angle of 330.6º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B9226C is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 34 | 108 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.27 |
| HSL | 330.6º | 0.69% | 0.43% | - |
| HSV(B) | 330.6º | 0.82% | 0.73% | - |
| XYZ | 23.29 | 12.54 | 15.38 | - |
| YUV | 87.59 | 139.53 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 34 | 108 | 0 | 0.82 | 0.42 | 0.27 | 330.6 | 0.69 | 0.43 |
| Hex | B9 | 22 | 6C | 0 | 52 | 2A | 1B | 14B | 45 | 2B |
| Octal | 271 | 42 | 154 | 0 | 122 | 52 | 33 | 513 | 105 | 53 |
| Binary | 10111001 | 100010 | 1101100 | 0 | 1010010 | 101010 | 11011 | 101001011 | 1000101 | 101011 |
Color Harmonies of #B9226C
Complementary color
Monochromatic Colors of #B9226C
Black with #B9226C
Text Example
Text Example
White with #B9226C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9226C; }
p { color: rgb(185,34,108); }
H1.HeaderClassName
{
color: #B9226C;
}
.AnyTagClassName
{
color: #B9226C;
}
</style>
background-color css
<style>
a { background-color: #B9226C; }
a { background-color: rgb(185,34,108); }
div.DivClassName
{
background-color: #B9226C;
}
.BgClassName
{
background-color: #B9226C;
}
</style>
border-color css
<style>
span { border-color: #B9226C; }
span { border-color: rgb(185,34,108); }
td.TdClassName
{
border-color: #B9226C;
}
.TagClassName
{
border-color: #B9226C;
}
</style>