Shades of Medium Red Violet #B832A8
Tints of Medium Red Violet #B832A8
RGB
CMYK
RGB Variations
Color information
#B832A8 (or 0xB832A8) is known color: Medium Red Violet. HEX triplet: B8, 32 and A8. RGB value is (184,50,168). Sum of RGB (Red+Green+Blue) = 184+50+168=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 50 (19.92% from 255 or 12.44% from 402); Blue value is 168 (66.02% from 255 or 41.79% from 402); Max value from RGB is 184 - color contains mainly: red. Hex color #B832A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B832A8 is #47CD57. Grayscale: #676767. Windows color (decimal): -4705624 or 11023032. OLE color: 11023032.
HSL color Cylindrical-coordinate representation of color #B832A8: hue angle of 307.16º 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 #B832A8 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 50 | 168 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.28 |
| HSL | 307.16º | 0.57% | 0.46% | - |
| HSV(B) | 307.16º | 0.73% | 0.72% | - |
| XYZ | 27.98 | 15.3 | 38.52 | - |
| YUV | 103.52 | 164.39 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 50 | 168 | 0 | 0.73 | 0.09 | 0.28 | 307.16 | 0.57 | 0.46 |
| Hex | B8 | 32 | A8 | 0 | 49 | 9 | 1C | 133 | 39 | 2E |
| Octal | 270 | 62 | 250 | 0 | 111 | 11 | 34 | 463 | 71 | 56 |
| Binary | 10111000 | 110010 | 10101000 | 0 | 1001001 | 1001 | 11100 | 100110011 | 111001 | 101110 |
Color Harmonies of #B832A8
Complementary color
Monochromatic Colors of #B832A8
Black with #B832A8
Text Example
Text Example
White with #B832A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B832A8; }
p { color: rgb(184,50,168); }
H1.HeaderClassName
{
color: #B832A8;
}
.AnyTagClassName
{
color: #B832A8;
}
</style>
background-color css
<style>
a { background-color: #B832A8; }
a { background-color: rgb(184,50,168); }
div.DivClassName
{
background-color: #B832A8;
}
.BgClassName
{
background-color: #B832A8;
}
</style>
border-color css
<style>
span { border-color: #B832A8; }
span { border-color: rgb(184,50,168); }
td.TdClassName
{
border-color: #B832A8;
}
.TagClassName
{
border-color: #B832A8;
}
</style>