Shades of Medium Red Violet #B831A8
Tints of Medium Red Violet #B831A8
RGB
CMYK
RGB Variations
Color information
#B831A8 (or 0xB831A8) is known color: Medium Red Violet. HEX triplet: B8, 31 and A8. RGB value is (184,49,168). Sum of RGB (Red+Green+Blue) = 184+49+168=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 49 (19.53% from 255 or 12.22% from 401); Blue value is 168 (66.02% from 255 or 41.90% from 401); Max value from RGB is 184 - color contains mainly: red. Hex color #B831A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B831A8 is #47CE57. Grayscale: #666666. Windows color (decimal): -4705880 or 11022776. OLE color: 11022776.
HSL color Cylindrical-coordinate representation of color #B831A8: hue angle of 307.11º degrees, saturation: 0.58, 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 #B831A8 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 49 | 168 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.28 |
| HSL | 307.11º | 0.58% | 0.46% | - |
| HSV(B) | 307.11º | 0.73% | 0.72% | - |
| XYZ | 27.93 | 15.21 | 38.51 | - |
| YUV | 102.93 | 164.73 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 49 | 168 | 0 | 0.73 | 0.09 | 0.28 | 307.11 | 0.58 | 0.46 |
| Hex | B8 | 31 | A8 | 0 | 49 | 9 | 1C | 133 | 3A | 2E |
| Octal | 270 | 61 | 250 | 0 | 111 | 11 | 34 | 463 | 72 | 56 |
| Binary | 10111000 | 110001 | 10101000 | 0 | 1001001 | 1001 | 11100 | 100110011 | 111010 | 101110 |
Color Harmonies of #B831A8
Complementary color
Monochromatic Colors of #B831A8
Black with #B831A8
Text Example
Text Example
White with #B831A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B831A8; }
p { color: rgb(184,49,168); }
H1.HeaderClassName
{
color: #B831A8;
}
.AnyTagClassName
{
color: #B831A8;
}
</style>
background-color css
<style>
a { background-color: #B831A8; }
a { background-color: rgb(184,49,168); }
div.DivClassName
{
background-color: #B831A8;
}
.BgClassName
{
background-color: #B831A8;
}
</style>
border-color css
<style>
span { border-color: #B831A8; }
span { border-color: rgb(184,49,168); }
td.TdClassName
{
border-color: #B831A8;
}
.TagClassName
{
border-color: #B831A8;
}
</style>