Shades of Medium Red Violet #B834A8
Tints of Medium Red Violet #B834A8
RGB
CMYK
RGB Variations
Color information
#B834A8 (or 0xB834A8) is known color: Medium Red Violet. HEX triplet: B8, 34 and A8. RGB value is (184,52,168). Sum of RGB (Red+Green+Blue) = 184+52+168=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 168 (66.02% from 255 or 41.58% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B834A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B834A8 is #47CB57. Grayscale: #686868. Windows color (decimal): -4705112 or 11023544. OLE color: 11023544.
HSL color Cylindrical-coordinate representation of color #B834A8: hue angle of 307.27º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B834A8 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 52 | 168 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.28 |
| HSL | 307.27º | 0.56% | 0.46% | - |
| HSV(B) | 307.27º | 0.72% | 0.72% | - |
| XYZ | 28.06 | 15.47 | 38.55 | - |
| YUV | 104.69 | 163.73 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 168 | 0 | 0.72 | 0.09 | 0.28 | 307.27 | 0.56 | 0.46 |
| Hex | B8 | 34 | A8 | 0 | 48 | 9 | 1C | 133 | 38 | 2E |
| Octal | 270 | 64 | 250 | 0 | 110 | 11 | 34 | 463 | 70 | 56 |
| Binary | 10111000 | 110100 | 10101000 | 0 | 1001000 | 1001 | 11100 | 100110011 | 111000 | 101110 |
Color Harmonies of #B834A8
Complementary color
Monochromatic Colors of #B834A8
Black with #B834A8
Text Example
Text Example
White with #B834A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B834A8; }
p { color: rgb(184,52,168); }
H1.HeaderClassName
{
color: #B834A8;
}
.AnyTagClassName
{
color: #B834A8;
}
</style>
background-color css
<style>
a { background-color: #B834A8; }
a { background-color: rgb(184,52,168); }
div.DivClassName
{
background-color: #B834A8;
}
.BgClassName
{
background-color: #B834A8;
}
</style>
border-color css
<style>
span { border-color: #B834A8; }
span { border-color: rgb(184,52,168); }
td.TdClassName
{
border-color: #B834A8;
}
.TagClassName
{
border-color: #B834A8;
}
</style>