Shades of Medium Red Violet #B9227F
Tints of Medium Red Violet #B9227F
RGB
CMYK
RGB Variations
Color information
#B9227F (or 0xB9227F) is known color: Medium Red Violet. HEX triplet: B9, 22 and 7F. RGB value is (185,34,127). Sum of RGB (Red+Green+Blue) = 185+34+127=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9227F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9227F is #46DD80. Grayscale: #595959. Windows color (decimal): -4644225 or 8331961. OLE color: 8331961.
HSL color Cylindrical-coordinate representation of color #B9227F: hue angle of 323.05º 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 #B9227F is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 34 | 127 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.27 |
| HSL | 323.05º | 0.69% | 0.43% | - |
| HSV(B) | 323.05º | 0.82% | 0.73% | - |
| XYZ | 24.41 | 12.99 | 21.3 | - |
| YUV | 89.75 | 149.03 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 34 | 127 | 0 | 0.82 | 0.31 | 0.27 | 323.05 | 0.69 | 0.43 |
| Hex | B9 | 22 | 7F | 0 | 52 | 1F | 1B | 143 | 45 | 2B |
| Octal | 271 | 42 | 177 | 0 | 122 | 37 | 33 | 503 | 105 | 53 |
| Binary | 10111001 | 100010 | 1111111 | 0 | 1010010 | 11111 | 11011 | 101000011 | 1000101 | 101011 |
Color Harmonies of #B9227F
Complementary color
Monochromatic Colors of #B9227F
Black with #B9227F
Text Example
Text Example
White with #B9227F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9227F; }
p { color: rgb(185,34,127); }
H1.HeaderClassName
{
color: #B9227F;
}
.AnyTagClassName
{
color: #B9227F;
}
</style>
background-color css
<style>
a { background-color: #B9227F; }
a { background-color: rgb(185,34,127); }
div.DivClassName
{
background-color: #B9227F;
}
.BgClassName
{
background-color: #B9227F;
}
</style>
border-color css
<style>
span { border-color: #B9227F; }
span { border-color: rgb(185,34,127); }
td.TdClassName
{
border-color: #B9227F;
}
.TagClassName
{
border-color: #B9227F;
}
</style>