Shades of Medium Red Violet #B92AA8
Tints of Medium Red Violet #B92AA8
RGB
CMYK
RGB Variations
Color information
#B92AA8 (or 0xB92AA8) is known color: Medium Red Violet. HEX triplet: B9, 2A and A8. RGB value is (185,42,168). Sum of RGB (Red+Green+Blue) = 185+42+168=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 42 (16.80% from 255 or 10.63% from 395); Blue value is 168 (66.02% from 255 or 42.53% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B92AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92AA8 is #46D557. Grayscale: #626262. Windows color (decimal): -4642136 or 11020985. OLE color: 11020985.
HSL color Cylindrical-coordinate representation of color #B92AA8: hue angle of 307.13º 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 #B92AA8 is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 42 | 168 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.27 |
| HSL | 307.13º | 0.63% | 0.45% | - |
| HSV(B) | 307.13º | 0.77% | 0.73% | - |
| XYZ | 27.9 | 14.8 | 38.43 | - |
| YUV | 99.12 | 166.88 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 42 | 168 | 0 | 0.77 | 0.09 | 0.27 | 307.13 | 0.63 | 0.45 |
| Hex | B9 | 2A | A8 | 0 | 4D | 9 | 1B | 133 | 3F | 2D |
| Octal | 271 | 52 | 250 | 0 | 115 | 11 | 33 | 463 | 77 | 55 |
| Binary | 10111001 | 101010 | 10101000 | 0 | 1001101 | 1001 | 11011 | 100110011 | 111111 | 101101 |
Color Harmonies of #B92AA8
Complementary color
Monochromatic Colors of #B92AA8
Black with #B92AA8
Text Example
Text Example
White with #B92AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92AA8; }
p { color: rgb(185,42,168); }
H1.HeaderClassName
{
color: #B92AA8;
}
.AnyTagClassName
{
color: #B92AA8;
}
</style>
background-color css
<style>
a { background-color: #B92AA8; }
a { background-color: rgb(185,42,168); }
div.DivClassName
{
background-color: #B92AA8;
}
.BgClassName
{
background-color: #B92AA8;
}
</style>
border-color css
<style>
span { border-color: #B92AA8; }
span { border-color: rgb(185,42,168); }
td.TdClassName
{
border-color: #B92AA8;
}
.TagClassName
{
border-color: #B92AA8;
}
</style>