Shades of Medium Red Violet #B929A6
Tints of Medium Red Violet #B929A6
RGB
CMYK
RGB Variations
Color information
#B929A6 (or 0xB929A6) is known color: Medium Red Violet. HEX triplet: B9, 29 and A6. RGB value is (185,41,166). Sum of RGB (Red+Green+Blue) = 185+41+166=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 41 (16.41% from 255 or 10.46% from 392); Blue value is 166 (65.23% from 255 or 42.35% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B929A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B929A6 is #46D659. Grayscale: #616161. Windows color (decimal): -4642394 or 10889657. OLE color: 10889657.
HSL color Cylindrical-coordinate representation of color #B929A6: hue angle of 307.92º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B929A6 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 41 | 166 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.27 |
| HSL | 307.92º | 0.64% | 0.44% | - |
| HSV(B) | 307.92º | 0.78% | 0.73% | - |
| XYZ | 27.68 | 14.65 | 37.45 | - |
| YUV | 98.31 | 166.21 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 41 | 166 | 0 | 0.78 | 0.10 | 0.27 | 307.92 | 0.64 | 0.44 |
| Hex | B9 | 29 | A6 | 0 | 4E | A | 1B | 134 | 40 | 2C |
| Octal | 271 | 51 | 246 | 0 | 116 | 12 | 33 | 464 | 100 | 54 |
| Binary | 10111001 | 101001 | 10100110 | 0 | 1001110 | 1010 | 11011 | 100110100 | 1000000 | 101100 |
Color Harmonies of #B929A6
Complementary color
Monochromatic Colors of #B929A6
Black with #B929A6
Text Example
Text Example
White with #B929A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B929A6; }
p { color: rgb(185,41,166); }
H1.HeaderClassName
{
color: #B929A6;
}
.AnyTagClassName
{
color: #B929A6;
}
</style>
background-color css
<style>
a { background-color: #B929A6; }
a { background-color: rgb(185,41,166); }
div.DivClassName
{
background-color: #B929A6;
}
.BgClassName
{
background-color: #B929A6;
}
</style>
border-color css
<style>
span { border-color: #B929A6; }
span { border-color: rgb(185,41,166); }
td.TdClassName
{
border-color: #B929A6;
}
.TagClassName
{
border-color: #B929A6;
}
</style>