Shades of Medium Red Violet #B92AAB
Tints of Medium Red Violet #B92AAB
RGB
CMYK
RGB Variations
Color information
#B92AAB (or 0xB92AAB) is known color: Medium Red Violet. HEX triplet: B9, 2A and AB. RGB value is (185,42,171). Sum of RGB (Red+Green+Blue) = 185+42+171=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 42 (16.80% from 255 or 10.55% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B92AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92AAB is #46D554. Grayscale: #636363. Windows color (decimal): -4642133 or 11217593. OLE color: 11217593.
HSL color Cylindrical-coordinate representation of color #B92AAB: hue angle of 305.87º 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 #B92AAB is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 42 | 171 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.27 |
| HSL | 305.87º | 0.63% | 0.45% | - |
| HSV(B) | 305.87º | 0.77% | 0.73% | - |
| XYZ | 28.19 | 14.91 | 39.92 | - |
| YUV | 99.46 | 168.38 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 42 | 171 | 0 | 0.77 | 0.08 | 0.27 | 305.87 | 0.63 | 0.45 |
| Hex | B9 | 2A | AB | 0 | 4D | 8 | 1B | 132 | 3F | 2D |
| Octal | 271 | 52 | 253 | 0 | 115 | 10 | 33 | 462 | 77 | 55 |
| Binary | 10111001 | 101010 | 10101011 | 0 | 1001101 | 1000 | 11011 | 100110010 | 111111 | 101101 |
Color Harmonies of #B92AAB
Complementary color
Monochromatic Colors of #B92AAB
Black with #B92AAB
Text Example
Text Example
White with #B92AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92AAB; }
p { color: rgb(185,42,171); }
H1.HeaderClassName
{
color: #B92AAB;
}
.AnyTagClassName
{
color: #B92AAB;
}
</style>
background-color css
<style>
a { background-color: #B92AAB; }
a { background-color: rgb(185,42,171); }
div.DivClassName
{
background-color: #B92AAB;
}
.BgClassName
{
background-color: #B92AAB;
}
</style>
border-color css
<style>
span { border-color: #B92AAB; }
span { border-color: rgb(185,42,171); }
td.TdClassName
{
border-color: #B92AAB;
}
.TagClassName
{
border-color: #B92AAB;
}
</style>