Shades of Medium Red Violet #B9227E
Tints of Medium Red Violet #B9227E
RGB
CMYK
RGB Variations
Color information
#B9227E (or 0xB9227E) is known color: Medium Red Violet. HEX triplet: B9, 22 and 7E. RGB value is (185,34,126). Sum of RGB (Red+Green+Blue) = 185+34+126=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B9227E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9227E is #46DD81. Grayscale: #595959. Windows color (decimal): -4644226 or 8266425. OLE color: 8266425.
HSL color Cylindrical-coordinate representation of color #B9227E: hue angle of 323.44º 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 #B9227E is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 34 | 126 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.27 |
| HSL | 323.44º | 0.69% | 0.43% | - |
| HSV(B) | 323.44º | 0.82% | 0.73% | - |
| XYZ | 24.35 | 12.96 | 20.96 | - |
| YUV | 89.64 | 148.53 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 34 | 126 | 0 | 0.82 | 0.32 | 0.27 | 323.44 | 0.69 | 0.43 |
| Hex | B9 | 22 | 7E | 0 | 52 | 20 | 1B | 143 | 45 | 2B |
| Octal | 271 | 42 | 176 | 0 | 122 | 40 | 33 | 503 | 105 | 53 |
| Binary | 10111001 | 100010 | 1111110 | 0 | 1010010 | 100000 | 11011 | 101000011 | 1000101 | 101011 |
Color Harmonies of #B9227E
Complementary color
Monochromatic Colors of #B9227E
Black with #B9227E
Text Example
Text Example
White with #B9227E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9227E; }
p { color: rgb(185,34,126); }
H1.HeaderClassName
{
color: #B9227E;
}
.AnyTagClassName
{
color: #B9227E;
}
</style>
background-color css
<style>
a { background-color: #B9227E; }
a { background-color: rgb(185,34,126); }
div.DivClassName
{
background-color: #B9227E;
}
.BgClassName
{
background-color: #B9227E;
}
</style>
border-color css
<style>
span { border-color: #B9227E; }
span { border-color: rgb(185,34,126); }
td.TdClassName
{
border-color: #B9227E;
}
.TagClassName
{
border-color: #B9227E;
}
</style>