Shades of Medium Red Violet #B832A0
Tints of Medium Red Violet #B832A0
RGB
CMYK
RGB Variations
Color information
#B832A0 (or 0xB832A0) is known color: Medium Red Violet. HEX triplet: B8, 32 and A0. RGB value is (184,50,160). Sum of RGB (Red+Green+Blue) = 184+50+160=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B832A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B832A0 is #47CD5F. Grayscale: #666666. Windows color (decimal): -4705632 or 10498744. OLE color: 10498744.
HSL color Cylindrical-coordinate representation of color #B832A0: hue angle of 310.75º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B832A0 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 50 | 160 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.28 |
| HSL | 310.75º | 0.57% | 0.46% | - |
| HSV(B) | 310.75º | 0.73% | 0.72% | - |
| XYZ | 27.25 | 15.01 | 34.72 | - |
| YUV | 102.61 | 160.39 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 50 | 160 | 0 | 0.73 | 0.13 | 0.28 | 310.75 | 0.57 | 0.46 |
| Hex | B8 | 32 | A0 | 0 | 49 | D | 1C | 137 | 39 | 2E |
| Octal | 270 | 62 | 240 | 0 | 111 | 15 | 34 | 467 | 71 | 56 |
| Binary | 10111000 | 110010 | 10100000 | 0 | 1001001 | 1101 | 11100 | 100110111 | 111001 | 101110 |
Color Harmonies of #B832A0
Complementary color
Monochromatic Colors of #B832A0
Black with #B832A0
Text Example
Text Example
White with #B832A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B832A0; }
p { color: rgb(184,50,160); }
H1.HeaderClassName
{
color: #B832A0;
}
.AnyTagClassName
{
color: #B832A0;
}
</style>
background-color css
<style>
a { background-color: #B832A0; }
a { background-color: rgb(184,50,160); }
div.DivClassName
{
background-color: #B832A0;
}
.BgClassName
{
background-color: #B832A0;
}
</style>
border-color css
<style>
span { border-color: #B832A0; }
span { border-color: rgb(184,50,160); }
td.TdClassName
{
border-color: #B832A0;
}
.TagClassName
{
border-color: #B832A0;
}
</style>