Shades of Medium Violet Red #B818A0
Tints of Medium Violet Red #B818A0
RGB
CMYK
RGB Variations
Color information
#B818A0 (or 0xB818A0) is known color: Medium Violet Red. HEX triplet: B8, 18 and A0. RGB value is (184,24,160). Sum of RGB (Red+Green+Blue) = 184+24+160=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 24 (9.77% from 255 or 6.52% from 368); Blue value is 160 (62.89% from 255 or 43.48% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B818A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B818A0 is #47E75F. Grayscale: #565656. Windows color (decimal): -4712288 or 10492088. OLE color: 10492088.
HSL color Cylindrical-coordinate representation of color #B818A0: hue angle of 309º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B818A0 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 24 | 160 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.28 |
| HSL | 309º | 0.77% | 0.41% | - |
| HSV(B) | 309º | 0.87% | 0.72% | - |
| XYZ | 26.44 | 13.38 | 34.45 | - |
| YUV | 87.34 | 169.01 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 24 | 160 | 0 | 0.87 | 0.13 | 0.28 | 309 | 0.77 | 0.41 |
| Hex | B8 | 18 | A0 | 0 | 57 | D | 1C | 135 | 4D | 29 |
| Octal | 270 | 30 | 240 | 0 | 127 | 15 | 34 | 465 | 115 | 51 |
| Binary | 10111000 | 11000 | 10100000 | 0 | 1010111 | 1101 | 11100 | 100110101 | 1001101 | 101001 |
Color Harmonies of #B818A0
Complementary color
Monochromatic Colors of #B818A0
Black with #B818A0
Text Example
Text Example
White with #B818A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B818A0; }
p { color: rgb(184,24,160); }
H1.HeaderClassName
{
color: #B818A0;
}
.AnyTagClassName
{
color: #B818A0;
}
</style>
background-color css
<style>
a { background-color: #B818A0; }
a { background-color: rgb(184,24,160); }
div.DivClassName
{
background-color: #B818A0;
}
.BgClassName
{
background-color: #B818A0;
}
</style>
border-color css
<style>
span { border-color: #B818A0; }
span { border-color: rgb(184,24,160); }
td.TdClassName
{
border-color: #B818A0;
}
.TagClassName
{
border-color: #B818A0;
}
</style>