Shades of Melrose #B8A0FF
Tints of Melrose #B8A0FF
RGB
CMYK
RGB Variations
Color information
#B8A0FF (or 0xB8A0FF) is known color: Melrose. HEX triplet: B8, A0 and FF. RGB value is (184,160,255). Sum of RGB (Red+Green+Blue) = 184+160+255=599 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.72% from 599); Green value is 160 (62.89% from 255 or 26.71% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8A0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A0FF is #475F00. Grayscale: #B1B1B1. Windows color (decimal): -4677377 or 16752824. OLE color: 16752824.
HSL color Cylindrical-coordinate representation of color #B8A0FF: hue angle of 255.16º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B8A0FF is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 160 | 255 | - |
| CMYK | 0.28 | 0.37 | 0 | 0 |
| HSL | 255.16º | 1% | 0.81% | - |
| HSV(B) | 255.16º | 0.37% | 1% | - |
| XYZ | 50.39 | 42.55 | 100.17 | - |
| YUV | 178.01 | 171.45 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 160 | 255 | 0.28 | 0.37 | 0 | 0 | 255.16 | 1 | 0.81 |
| Hex | B8 | A0 | FF | 1C | 25 | 0 | 0 | FF | 64 | 51 |
| Octal | 270 | 240 | 377 | 34 | 45 | 0 | 0 | 377 | 144 | 121 |
| Binary | 10111000 | 10100000 | 11111111 | 11100 | 100101 | 0 | 0 | 11111111 | 1100100 | 1010001 |
Color Harmonies of #B8A0FF
Complementary color
Monochromatic Colors of #B8A0FF
Black with #B8A0FF
Text Example
Text Example
White with #B8A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A0FF; }
p { color: rgb(184,160,255); }
H1.HeaderClassName
{
color: #B8A0FF;
}
.AnyTagClassName
{
color: #B8A0FF;
}
</style>
background-color css
<style>
a { background-color: #B8A0FF; }
a { background-color: rgb(184,160,255); }
div.DivClassName
{
background-color: #B8A0FF;
}
.BgClassName
{
background-color: #B8A0FF;
}
</style>
border-color css
<style>
span { border-color: #B8A0FF; }
span { border-color: rgb(184,160,255); }
td.TdClassName
{
border-color: #B8A0FF;
}
.TagClassName
{
border-color: #B8A0FF;
}
</style>