Shades of Melrose #B5A0FF
Tints of Melrose #B5A0FF
RGB
CMYK
RGB Variations
Color information
#B5A0FF (or 0xB5A0FF) is known color: Melrose. HEX triplet: B5, A0 and FF. RGB value is (181,160,255). Sum of RGB (Red+Green+Blue) = 181+160+255=596 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.37% from 596); Green value is 160 (62.89% from 255 or 26.85% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5A0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A0FF is #4A5F00. Grayscale: #B0B0B0. Windows color (decimal): -4873985 or 16752821. OLE color: 16752821.
HSL color Cylindrical-coordinate representation of color #B5A0FF: hue angle of 253.26º 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 #B5A0FF is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 160 | 255 | - |
| CMYK | 0.29 | 0.37 | 0 | 0 |
| HSL | 253.26º | 1% | 0.81% | - |
| HSV(B) | 253.26º | 0.37% | 1% | - |
| XYZ | 49.68 | 42.19 | 100.13 | - |
| YUV | 177.11 | 171.96 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 160 | 255 | 0.29 | 0.37 | 0 | 0 | 253.26 | 1 | 0.81 |
| Hex | B5 | A0 | FF | 1D | 25 | 0 | 0 | FD | 64 | 51 |
| Octal | 265 | 240 | 377 | 35 | 45 | 0 | 0 | 375 | 144 | 121 |
| Binary | 10110101 | 10100000 | 11111111 | 11101 | 100101 | 0 | 0 | 11111101 | 1100100 | 1010001 |
Color Harmonies of #B5A0FF
Complementary color
Monochromatic Colors of #B5A0FF
Black with #B5A0FF
Text Example
Text Example
White with #B5A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A0FF; }
p { color: rgb(181,160,255); }
H1.HeaderClassName
{
color: #B5A0FF;
}
.AnyTagClassName
{
color: #B5A0FF;
}
</style>
background-color css
<style>
a { background-color: #B5A0FF; }
a { background-color: rgb(181,160,255); }
div.DivClassName
{
background-color: #B5A0FF;
}
.BgClassName
{
background-color: #B5A0FF;
}
</style>
border-color css
<style>
span { border-color: #B5A0FF; }
span { border-color: rgb(181,160,255); }
td.TdClassName
{
border-color: #B5A0FF;
}
.TagClassName
{
border-color: #B5A0FF;
}
</style>