Shades of Melrose #B49FFF
Tints of Melrose #B49FFF
RGB
CMYK
RGB Variations
Color information
#B49FFF (or 0xB49FFF) is known color: Melrose. HEX triplet: B4, 9F and FF. RGB value is (180,159,255). Sum of RGB (Red+Green+Blue) = 180+159+255=594 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.30% from 594); Green value is 159 (62.5% from 255 or 26.77% 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 #B49FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49FFF is #4B6000. Grayscale: #AFAFAF. Windows color (decimal): -4939777 or 16752564. OLE color: 16752564.
HSL color Cylindrical-coordinate representation of color #B49FFF: hue angle of 253.12º 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 #B49FFF is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 159 | 255 | - |
| CMYK | 0.29 | 0.38 | 0 | 0 |
| HSL | 253.13º | 1% | 0.81% | - |
| HSV(B) | 253.13º | 0.38% | 1% | - |
| XYZ | 49.27 | 41.72 | 100.06 | - |
| YUV | 176.22 | 172.46 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 159 | 255 | 0.29 | 0.38 | 0 | 0 | 253.13 | 1 | 0.81 |
| Hex | B4 | 9F | FF | 1D | 26 | 0 | 0 | FD | 64 | 51 |
| Octal | 264 | 237 | 377 | 35 | 46 | 0 | 0 | 375 | 144 | 121 |
| Binary | 10110100 | 10011111 | 11111111 | 11101 | 100110 | 0 | 0 | 11111101 | 1100100 | 1010001 |
Color Harmonies of #B49FFF
Complementary color
Monochromatic Colors of #B49FFF
Black with #B49FFF
Text Example
Text Example
White with #B49FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49FFF; }
p { color: rgb(180,159,255); }
H1.HeaderClassName
{
color: #B49FFF;
}
.AnyTagClassName
{
color: #B49FFF;
}
</style>
background-color css
<style>
a { background-color: #B49FFF; }
a { background-color: rgb(180,159,255); }
div.DivClassName
{
background-color: #B49FFF;
}
.BgClassName
{
background-color: #B49FFF;
}
</style>
border-color css
<style>
span { border-color: #B49FFF; }
span { border-color: rgb(180,159,255); }
td.TdClassName
{
border-color: #B49FFF;
}
.TagClassName
{
border-color: #B49FFF;
}
</style>