Shades of Medium Red Violet #B835A2
Tints of Medium Red Violet #B835A2
RGB
CMYK
RGB Variations
Color information
#B835A2 (or 0xB835A2) is known color: Medium Red Violet. HEX triplet: B8, 35 and A2. RGB value is (184,53,162). Sum of RGB (Red+Green+Blue) = 184+53+162=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 53 (21.09% from 255 or 13.28% from 399); Blue value is 162 (63.67% from 255 or 40.60% from 399); Max value from RGB is 184 - color contains mainly: red. Hex color #B835A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B835A2 is #47CA5D. Grayscale: #686868. Windows color (decimal): -4704862 or 10630584. OLE color: 10630584.
HSL color Cylindrical-coordinate representation of color #B835A2: hue angle of 310.08º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B835A2 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 53 | 162 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.28 |
| HSL | 310.08º | 0.55% | 0.46% | - |
| HSV(B) | 310.08º | 0.71% | 0.72% | - |
| XYZ | 27.56 | 15.35 | 35.69 | - |
| YUV | 104.6 | 160.4 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 162 | 0 | 0.71 | 0.12 | 0.28 | 310.08 | 0.55 | 0.46 |
| Hex | B8 | 35 | A2 | 0 | 47 | C | 1C | 136 | 37 | 2E |
| Octal | 270 | 65 | 242 | 0 | 107 | 14 | 34 | 466 | 67 | 56 |
| Binary | 10111000 | 110101 | 10100010 | 0 | 1000111 | 1100 | 11100 | 100110110 | 110111 | 101110 |
Color Harmonies of #B835A2
Complementary color
Monochromatic Colors of #B835A2
Black with #B835A2
Text Example
Text Example
White with #B835A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B835A2; }
p { color: rgb(184,53,162); }
H1.HeaderClassName
{
color: #B835A2;
}
.AnyTagClassName
{
color: #B835A2;
}
</style>
background-color css
<style>
a { background-color: #B835A2; }
a { background-color: rgb(184,53,162); }
div.DivClassName
{
background-color: #B835A2;
}
.BgClassName
{
background-color: #B835A2;
}
</style>
border-color css
<style>
span { border-color: #B835A2; }
span { border-color: rgb(184,53,162); }
td.TdClassName
{
border-color: #B835A2;
}
.TagClassName
{
border-color: #B835A2;
}
</style>