Shades of Melrose #B49EFF
Tints of Melrose #B49EFF
RGB
CMYK
RGB Variations
Color information
#B49EFF (or 0xB49EFF) is known color: Melrose. HEX triplet: B4, 9E and FF. RGB value is (180,158,255). Sum of RGB (Red+Green+Blue) = 180+158+255=593 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.35% from 593); Green value is 158 (62.11% from 255 or 26.64% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #B49EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49EFF is #4B6100. Grayscale: #AFAFAF. Windows color (decimal): -4940033 or 16752308. OLE color: 16752308.
HSL color Cylindrical-coordinate representation of color #B49EFF: hue angle of 253.61º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B49EFF is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 158 | 255 | - |
| CMYK | 0.29 | 0.38 | 0 | 0 |
| HSL | 253.61º | 1% | 0.81% | - |
| HSV(B) | 253.61º | 0.38% | 1% | - |
| XYZ | 49.1 | 41.38 | 100.01 | - |
| YUV | 175.64 | 172.79 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 158 | 255 | 0.29 | 0.38 | 0 | 0 | 253.61 | 1 | 0.81 |
| Hex | B4 | 9E | FF | 1D | 26 | 0 | 0 | FE | 64 | 51 |
| Octal | 264 | 236 | 377 | 35 | 46 | 0 | 0 | 376 | 144 | 121 |
| Binary | 10110100 | 10011110 | 11111111 | 11101 | 100110 | 0 | 0 | 11111110 | 1100100 | 1010001 |
Color Harmonies of #B49EFF
Complementary color
Monochromatic Colors of #B49EFF
Black with #B49EFF
Text Example
Text Example
White with #B49EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49EFF; }
p { color: rgb(180,158,255); }
H1.HeaderClassName
{
color: #B49EFF;
}
.AnyTagClassName
{
color: #B49EFF;
}
</style>
background-color css
<style>
a { background-color: #B49EFF; }
a { background-color: rgb(180,158,255); }
div.DivClassName
{
background-color: #B49EFF;
}
.BgClassName
{
background-color: #B49EFF;
}
</style>
border-color css
<style>
span { border-color: #B49EFF; }
span { border-color: rgb(180,158,255); }
td.TdClassName
{
border-color: #B49EFF;
}
.TagClassName
{
border-color: #B49EFF;
}
</style>