Shades of Medium Red Violet #B9229B
Tints of Medium Red Violet #B9229B
RGB
CMYK
RGB Variations
Color information
#B9229B (or 0xB9229B) is known color: Medium Red Violet. HEX triplet: B9, 22 and 9B. RGB value is (185,34,155). Sum of RGB (Red+Green+Blue) = 185+34+155=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 34 (13.67% from 255 or 9.09% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B9229B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9229B is #46DD64. Grayscale: #5C5C5C. Windows color (decimal): -4644197 or 10166969. OLE color: 10166969.
HSL color Cylindrical-coordinate representation of color #B9229B: hue angle of 311.92º 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 #B9229B is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 34 | 155 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.27 |
| HSL | 311.92º | 0.69% | 0.43% | - |
| HSV(B) | 311.92º | 0.82% | 0.73% | - |
| XYZ | 26.5 | 13.82 | 32.28 | - |
| YUV | 92.94 | 163.03 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 34 | 155 | 0 | 0.82 | 0.16 | 0.27 | 311.92 | 0.69 | 0.43 |
| Hex | B9 | 22 | 9B | 0 | 52 | 10 | 1B | 138 | 45 | 2B |
| Octal | 271 | 42 | 233 | 0 | 122 | 20 | 33 | 470 | 105 | 53 |
| Binary | 10111001 | 100010 | 10011011 | 0 | 1010010 | 10000 | 11011 | 100111000 | 1000101 | 101011 |
Color Harmonies of #B9229B
Complementary color
Monochromatic Colors of #B9229B
Black with #B9229B
Text Example
Text Example
White with #B9229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9229B; }
p { color: rgb(185,34,155); }
H1.HeaderClassName
{
color: #B9229B;
}
.AnyTagClassName
{
color: #B9229B;
}
</style>
background-color css
<style>
a { background-color: #B9229B; }
a { background-color: rgb(185,34,155); }
div.DivClassName
{
background-color: #B9229B;
}
.BgClassName
{
background-color: #B9229B;
}
</style>
border-color css
<style>
span { border-color: #B9229B; }
span { border-color: rgb(185,34,155); }
td.TdClassName
{
border-color: #B9229B;
}
.TagClassName
{
border-color: #B9229B;
}
</style>