Shades of Medium Red Violet #B830A1
Tints of Medium Red Violet #B830A1
RGB
CMYK
RGB Variations
Color information
#B830A1 (or 0xB830A1) is known color: Medium Red Violet. HEX triplet: B8, 30 and A1. RGB value is (184,48,161). Sum of RGB (Red+Green+Blue) = 184+48+161=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 161 (63.28% from 255 or 40.97% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B830A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B830A1 is #47CF5E. Grayscale: #656565. Windows color (decimal): -4706143 or 10563768. OLE color: 10563768.
HSL color Cylindrical-coordinate representation of color #B830A1: hue angle of 310.15º 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 #B830A1 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 48 | 161 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.28 |
| HSL | 310.15º | 0.59% | 0.45% | - |
| HSV(B) | 310.15º | 0.74% | 0.72% | - |
| XYZ | 27.26 | 14.88 | 35.15 | - |
| YUV | 101.55 | 161.56 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 48 | 161 | 0 | 0.74 | 0.12 | 0.28 | 310.15 | 0.59 | 0.45 |
| Hex | B8 | 30 | A1 | 0 | 4A | C | 1C | 136 | 3B | 2D |
| Octal | 270 | 60 | 241 | 0 | 112 | 14 | 34 | 466 | 73 | 55 |
| Binary | 10111000 | 110000 | 10100001 | 0 | 1001010 | 1100 | 11100 | 100110110 | 111011 | 101101 |
Color Harmonies of #B830A1
Complementary color
Monochromatic Colors of #B830A1
Black with #B830A1
Text Example
Text Example
White with #B830A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B830A1; }
p { color: rgb(184,48,161); }
H1.HeaderClassName
{
color: #B830A1;
}
.AnyTagClassName
{
color: #B830A1;
}
</style>
background-color css
<style>
a { background-color: #B830A1; }
a { background-color: rgb(184,48,161); }
div.DivClassName
{
background-color: #B830A1;
}
.BgClassName
{
background-color: #B830A1;
}
</style>
border-color css
<style>
span { border-color: #B830A1; }
span { border-color: rgb(184,48,161); }
td.TdClassName
{
border-color: #B830A1;
}
.TagClassName
{
border-color: #B830A1;
}
</style>