Shades of Medium Red Violet #B830A0
Tints of Medium Red Violet #B830A0
RGB
CMYK
RGB Variations
Color information
#B830A0 (or 0xB830A0) is known color: Medium Red Violet. HEX triplet: B8, 30 and A0. RGB value is (184,48,160). Sum of RGB (Red+Green+Blue) = 184+48+160=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 48 (19.14% from 255 or 12.24% from 392); Blue value is 160 (62.89% from 255 or 40.82% from 392); Max value from RGB is 184 - color contains mainly: red. Hex color #B830A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B830A0 is #47CF5F. Grayscale: #656565. Windows color (decimal): -4706144 or 10498232. OLE color: 10498232.
HSL color Cylindrical-coordinate representation of color #B830A0: hue angle of 310.59º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B830A0 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 48 | 160 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.28 |
| HSL | 310.59º | 0.59% | 0.45% | - |
| HSV(B) | 310.59º | 0.74% | 0.72% | - |
| XYZ | 27.17 | 14.84 | 34.69 | - |
| YUV | 101.43 | 161.06 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 48 | 160 | 0 | 0.74 | 0.13 | 0.28 | 310.59 | 0.59 | 0.45 |
| Hex | B8 | 30 | A0 | 0 | 4A | D | 1C | 137 | 3B | 2D |
| Octal | 270 | 60 | 240 | 0 | 112 | 15 | 34 | 467 | 73 | 55 |
| Binary | 10111000 | 110000 | 10100000 | 0 | 1001010 | 1101 | 11100 | 100110111 | 111011 | 101101 |
Color Harmonies of #B830A0
Complementary color
Monochromatic Colors of #B830A0
Black with #B830A0
Text Example
Text Example
White with #B830A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B830A0; }
p { color: rgb(184,48,160); }
H1.HeaderClassName
{
color: #B830A0;
}
.AnyTagClassName
{
color: #B830A0;
}
</style>
background-color css
<style>
a { background-color: #B830A0; }
a { background-color: rgb(184,48,160); }
div.DivClassName
{
background-color: #B830A0;
}
.BgClassName
{
background-color: #B830A0;
}
</style>
border-color css
<style>
span { border-color: #B830A0; }
span { border-color: rgb(184,48,160); }
td.TdClassName
{
border-color: #B830A0;
}
.TagClassName
{
border-color: #B830A0;
}
</style>