Shades of Medium Red Violet #B92AAA
Tints of Medium Red Violet #B92AAA
RGB
CMYK
RGB Variations
Color information
#B92AAA (or 0xB92AAA) is known color: Medium Red Violet. HEX triplet: B9, 2A and AA. RGB value is (185,42,170). Sum of RGB (Red+Green+Blue) = 185+42+170=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B92AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92AAA is #46D555. Grayscale: #626262. Windows color (decimal): -4642134 or 11152057. OLE color: 11152057.
HSL color Cylindrical-coordinate representation of color #B92AAA: hue angle of 306.29º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B92AAA is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 42 | 170 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.27 |
| HSL | 306.29º | 0.63% | 0.45% | - |
| HSV(B) | 306.29º | 0.77% | 0.73% | - |
| XYZ | 28.09 | 14.87 | 39.42 | - |
| YUV | 99.35 | 167.88 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 42 | 170 | 0 | 0.77 | 0.08 | 0.27 | 306.29 | 0.63 | 0.45 |
| Hex | B9 | 2A | AA | 0 | 4D | 8 | 1B | 132 | 3F | 2D |
| Octal | 271 | 52 | 252 | 0 | 115 | 10 | 33 | 462 | 77 | 55 |
| Binary | 10111001 | 101010 | 10101010 | 0 | 1001101 | 1000 | 11011 | 100110010 | 111111 | 101101 |
Color Harmonies of #B92AAA
Complementary color
Monochromatic Colors of #B92AAA
Black with #B92AAA
Text Example
Text Example
White with #B92AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92AAA; }
p { color: rgb(185,42,170); }
H1.HeaderClassName
{
color: #B92AAA;
}
.AnyTagClassName
{
color: #B92AAA;
}
</style>
background-color css
<style>
a { background-color: #B92AAA; }
a { background-color: rgb(185,42,170); }
div.DivClassName
{
background-color: #B92AAA;
}
.BgClassName
{
background-color: #B92AAA;
}
</style>
border-color css
<style>
span { border-color: #B92AAA; }
span { border-color: rgb(185,42,170); }
td.TdClassName
{
border-color: #B92AAA;
}
.TagClassName
{
border-color: #B92AAA;
}
</style>