Shades of Medium Red Violet #B926AA
Tints of Medium Red Violet #B926AA
RGB
CMYK
RGB Variations
Color information
#B926AA (or 0xB926AA) is known color: Medium Red Violet. HEX triplet: B9, 26 and AA. RGB value is (185,38,170). Sum of RGB (Red+Green+Blue) = 185+38+170=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 38 (15.23% from 255 or 9.67% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B926AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B926AA is #46D955. Grayscale: #606060. Windows color (decimal): -4643158 or 11151033. OLE color: 11151033.
HSL color Cylindrical-coordinate representation of color #B926AA: hue angle of 306.12º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B926AA is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 38 | 170 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.27 |
| HSL | 306.12º | 0.66% | 0.44% | - |
| HSV(B) | 306.12º | 0.79% | 0.73% | - |
| XYZ | 27.96 | 14.6 | 39.38 | - |
| YUV | 97 | 169.2 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 38 | 170 | 0 | 0.79 | 0.08 | 0.27 | 306.12 | 0.66 | 0.44 |
| Hex | B9 | 26 | AA | 0 | 4F | 8 | 1B | 132 | 42 | 2C |
| Octal | 271 | 46 | 252 | 0 | 117 | 10 | 33 | 462 | 102 | 54 |
| Binary | 10111001 | 100110 | 10101010 | 0 | 1001111 | 1000 | 11011 | 100110010 | 1000010 | 101100 |
Color Harmonies of #B926AA
Complementary color
Monochromatic Colors of #B926AA
Black with #B926AA
Text Example
Text Example
White with #B926AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B926AA; }
p { color: rgb(185,38,170); }
H1.HeaderClassName
{
color: #B926AA;
}
.AnyTagClassName
{
color: #B926AA;
}
</style>
background-color css
<style>
a { background-color: #B926AA; }
a { background-color: rgb(185,38,170); }
div.DivClassName
{
background-color: #B926AA;
}
.BgClassName
{
background-color: #B926AA;
}
</style>
border-color css
<style>
span { border-color: #B926AA; }
span { border-color: rgb(185,38,170); }
td.TdClassName
{
border-color: #B926AA;
}
.TagClassName
{
border-color: #B926AA;
}
</style>