Shades of Medium Red Violet #B929A3
Tints of Medium Red Violet #B929A3
RGB
CMYK
RGB Variations
Color information
#B929A3 (or 0xB929A3) is known color: Medium Red Violet. HEX triplet: B9, 29 and A3. RGB value is (185,41,163). Sum of RGB (Red+Green+Blue) = 185+41+163=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 41 (16.41% from 255 or 10.54% from 389); Blue value is 163 (64.06% from 255 or 41.90% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B929A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B929A3 is #46D65C. Grayscale: #616161. Windows color (decimal): -4642397 or 10693049. OLE color: 10693049.
HSL color Cylindrical-coordinate representation of color #B929A3: hue angle of 309.17º 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 #B929A3 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 41 | 163 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.27 |
| HSL | 309.17º | 0.64% | 0.44% | - |
| HSV(B) | 309.17º | 0.78% | 0.73% | - |
| XYZ | 27.41 | 14.54 | 36.01 | - |
| YUV | 97.96 | 164.71 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 41 | 163 | 0 | 0.78 | 0.12 | 0.27 | 309.17 | 0.64 | 0.44 |
| Hex | B9 | 29 | A3 | 0 | 4E | C | 1B | 135 | 40 | 2C |
| Octal | 271 | 51 | 243 | 0 | 116 | 14 | 33 | 465 | 100 | 54 |
| Binary | 10111001 | 101001 | 10100011 | 0 | 1001110 | 1100 | 11011 | 100110101 | 1000000 | 101100 |
Color Harmonies of #B929A3
Complementary color
Monochromatic Colors of #B929A3
Black with #B929A3
Text Example
Text Example
White with #B929A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B929A3; }
p { color: rgb(185,41,163); }
H1.HeaderClassName
{
color: #B929A3;
}
.AnyTagClassName
{
color: #B929A3;
}
</style>
background-color css
<style>
a { background-color: #B929A3; }
a { background-color: rgb(185,41,163); }
div.DivClassName
{
background-color: #B929A3;
}
.BgClassName
{
background-color: #B929A3;
}
</style>
border-color css
<style>
span { border-color: #B929A3; }
span { border-color: rgb(185,41,163); }
td.TdClassName
{
border-color: #B929A3;
}
.TagClassName
{
border-color: #B929A3;
}
</style>