Shades of Melrose #B6A0FF
Tints of Melrose #B6A0FF
RGB
CMYK
RGB Variations
Color information
#B6A0FF (or 0xB6A0FF) is known color: Melrose. HEX triplet: B6, A0 and FF. RGB value is (182,160,255). Sum of RGB (Red+Green+Blue) = 182+160+255=597 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.49% from 597); Green value is 160 (62.89% from 255 or 26.80% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6A0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A0FF is #495F00. Grayscale: #B1B1B1. Windows color (decimal): -4808449 or 16752822. OLE color: 16752822.
HSL color Cylindrical-coordinate representation of color #B6A0FF: hue angle of 253.89º 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 #B6A0FF is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 160 | 255 | - |
| CMYK | 0.29 | 0.37 | 0 | 0 |
| HSL | 253.89º | 1% | 0.81% | - |
| HSV(B) | 253.89º | 0.37% | 1% | - |
| XYZ | 49.91 | 42.31 | 100.14 | - |
| YUV | 177.41 | 171.79 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 160 | 255 | 0.29 | 0.37 | 0 | 0 | 253.89 | 1 | 0.81 |
| Hex | B6 | A0 | FF | 1D | 25 | 0 | 0 | FE | 64 | 51 |
| Octal | 266 | 240 | 377 | 35 | 45 | 0 | 0 | 376 | 144 | 121 |
| Binary | 10110110 | 10100000 | 11111111 | 11101 | 100101 | 0 | 0 | 11111110 | 1100100 | 1010001 |
Color Harmonies of #B6A0FF
Complementary color
Monochromatic Colors of #B6A0FF
Black with #B6A0FF
Text Example
Text Example
White with #B6A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A0FF; }
p { color: rgb(182,160,255); }
H1.HeaderClassName
{
color: #B6A0FF;
}
.AnyTagClassName
{
color: #B6A0FF;
}
</style>
background-color css
<style>
a { background-color: #B6A0FF; }
a { background-color: rgb(182,160,255); }
div.DivClassName
{
background-color: #B6A0FF;
}
.BgClassName
{
background-color: #B6A0FF;
}
</style>
border-color css
<style>
span { border-color: #B6A0FF; }
span { border-color: rgb(182,160,255); }
td.TdClassName
{
border-color: #B6A0FF;
}
.TagClassName
{
border-color: #B6A0FF;
}
</style>