Shades of Medium Red Violet #B928A1
Tints of Medium Red Violet #B928A1
RGB
CMYK
RGB Variations
Color information
#B928A1 (or 0xB928A1) is known color: Medium Red Violet. HEX triplet: B9, 28 and A1. RGB value is (185,40,161). Sum of RGB (Red+Green+Blue) = 185+40+161=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 161 (63.28% from 255 or 41.71% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B928A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B928A1 is #46D75E. Grayscale: #606060. Windows color (decimal): -4642655 or 10561721. OLE color: 10561721.
HSL color Cylindrical-coordinate representation of color #B928A1: hue angle of 309.93º 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 #B928A1 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 40 | 161 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.27 |
| HSL | 309.93º | 0.64% | 0.44% | - |
| HSV(B) | 309.93º | 0.78% | 0.73% | - |
| XYZ | 27.2 | 14.41 | 35.07 | - |
| YUV | 97.15 | 164.04 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 40 | 161 | 0 | 0.78 | 0.13 | 0.27 | 309.93 | 0.64 | 0.44 |
| Hex | B9 | 28 | A1 | 0 | 4E | D | 1B | 136 | 40 | 2C |
| Octal | 271 | 50 | 241 | 0 | 116 | 15 | 33 | 466 | 100 | 54 |
| Binary | 10111001 | 101000 | 10100001 | 0 | 1001110 | 1101 | 11011 | 100110110 | 1000000 | 101100 |
Color Harmonies of #B928A1
Complementary color
Monochromatic Colors of #B928A1
Black with #B928A1
Text Example
Text Example
White with #B928A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B928A1; }
p { color: rgb(185,40,161); }
H1.HeaderClassName
{
color: #B928A1;
}
.AnyTagClassName
{
color: #B928A1;
}
</style>
background-color css
<style>
a { background-color: #B928A1; }
a { background-color: rgb(185,40,161); }
div.DivClassName
{
background-color: #B928A1;
}
.BgClassName
{
background-color: #B928A1;
}
</style>
border-color css
<style>
span { border-color: #B928A1; }
span { border-color: rgb(185,40,161); }
td.TdClassName
{
border-color: #B928A1;
}
.TagClassName
{
border-color: #B928A1;
}
</style>