Shades of Melrose #B3A0FF
Tints of Melrose #B3A0FF
RGB
CMYK
RGB Variations
Color information
#B3A0FF (or 0xB3A0FF) is known color: Melrose. HEX triplet: B3, A0 and FF. RGB value is (179,160,255). Sum of RGB (Red+Green+Blue) = 179+160+255=594 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.13% from 594); Green value is 160 (62.89% from 255 or 26.94% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3A0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A0FF is #4C5F00. Grayscale: #B0B0B0. Windows color (decimal): -5005057 or 16752819. OLE color: 16752819.
HSL color Cylindrical-coordinate representation of color #B3A0FF: hue angle of 252º 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 #B3A0FF is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 160 | 255 | - |
| CMYK | 0.30 | 0.37 | 0 | 0 |
| HSL | 252º | 1% | 0.81% | - |
| HSV(B) | 252º | 0.37% | 1% | - |
| XYZ | 49.21 | 41.95 | 100.11 | - |
| YUV | 176.51 | 172.29 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 160 | 255 | 0.30 | 0.37 | 0 | 0 | 252 | 1 | 0.81 |
| Hex | B3 | A0 | FF | 1E | 25 | 0 | 0 | FC | 64 | 51 |
| Octal | 263 | 240 | 377 | 36 | 45 | 0 | 0 | 374 | 144 | 121 |
| Binary | 10110011 | 10100000 | 11111111 | 11110 | 100101 | 0 | 0 | 11111100 | 1100100 | 1010001 |
Color Harmonies of #B3A0FF
Complementary color
Monochromatic Colors of #B3A0FF
Black with #B3A0FF
Text Example
Text Example
White with #B3A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A0FF; }
p { color: rgb(179,160,255); }
H1.HeaderClassName
{
color: #B3A0FF;
}
.AnyTagClassName
{
color: #B3A0FF;
}
</style>
background-color css
<style>
a { background-color: #B3A0FF; }
a { background-color: rgb(179,160,255); }
div.DivClassName
{
background-color: #B3A0FF;
}
.BgClassName
{
background-color: #B3A0FF;
}
</style>
border-color css
<style>
span { border-color: #B3A0FF; }
span { border-color: rgb(179,160,255); }
td.TdClassName
{
border-color: #B3A0FF;
}
.TagClassName
{
border-color: #B3A0FF;
}
</style>