Shades of Medium Red Violet #B929A7
Tints of Medium Red Violet #B929A7
RGB
CMYK
RGB Variations
Color information
#B929A7 (or 0xB929A7) is known color: Medium Red Violet. HEX triplet: B9, 29 and A7. RGB value is (185,41,167). Sum of RGB (Red+Green+Blue) = 185+41+167=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 167 (65.62% from 255 or 42.49% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B929A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B929A7 is #46D658. Grayscale: #626262. Windows color (decimal): -4642393 or 10955193. OLE color: 10955193.
HSL color Cylindrical-coordinate representation of color #B929A7: hue angle of 307.5º 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 #B929A7 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 41 | 167 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.27 |
| HSL | 307.5º | 0.64% | 0.44% | - |
| HSV(B) | 307.5º | 0.78% | 0.73% | - |
| XYZ | 27.78 | 14.69 | 37.93 | - |
| YUV | 98.42 | 166.71 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 41 | 167 | 0 | 0.78 | 0.10 | 0.27 | 307.5 | 0.64 | 0.44 |
| Hex | B9 | 29 | A7 | 0 | 4E | A | 1B | 134 | 40 | 2C |
| Octal | 271 | 51 | 247 | 0 | 116 | 12 | 33 | 464 | 100 | 54 |
| Binary | 10111001 | 101001 | 10100111 | 0 | 1001110 | 1010 | 11011 | 100110100 | 1000000 | 101100 |
Color Harmonies of #B929A7
Complementary color
Monochromatic Colors of #B929A7
Black with #B929A7
Text Example
Text Example
White with #B929A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B929A7; }
p { color: rgb(185,41,167); }
H1.HeaderClassName
{
color: #B929A7;
}
.AnyTagClassName
{
color: #B929A7;
}
</style>
background-color css
<style>
a { background-color: #B929A7; }
a { background-color: rgb(185,41,167); }
div.DivClassName
{
background-color: #B929A7;
}
.BgClassName
{
background-color: #B929A7;
}
</style>
border-color css
<style>
span { border-color: #B929A7; }
span { border-color: rgb(185,41,167); }
td.TdClassName
{
border-color: #B929A7;
}
.TagClassName
{
border-color: #B929A7;
}
</style>