Shades of Melrose #B5A1FE
Tints of Melrose #B5A1FE
RGB
CMYK
RGB Variations
Color information
#B5A1FE (or 0xB5A1FE) is known color: Melrose. HEX triplet: B5, A1 and FE. RGB value is (181,161,254). Sum of RGB (Red+Green+Blue) = 181+161+254=596 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.37% from 596); Green value is 161 (63.28% from 255 or 27.01% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5A1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A1FE is #4A5E01. Grayscale: #B1B1B1. Windows color (decimal): -4873730 or 16687541. OLE color: 16687541.
HSL color Cylindrical-coordinate representation of color #B5A1FE: hue angle of 252.9º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B5A1FE is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 161 | 254 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.00 |
| HSL | 252.9º | 0.98% | 0.81% | - |
| HSV(B) | 252.9º | 0.37% | 1% | - |
| XYZ | 49.69 | 42.47 | 99.34 | - |
| YUV | 177.58 | 171.13 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 161 | 254 | 0.29 | 0.37 | 0 | 0.00 | 252.9 | 0.98 | 0.81 |
| Hex | B5 | A1 | FE | 1D | 25 | 0 | 0 | FD | 62 | 51 |
| Octal | 265 | 241 | 376 | 35 | 45 | 0 | 0 | 375 | 142 | 121 |
| Binary | 10110101 | 10100001 | 11111110 | 11101 | 100101 | 0 | 0 | 11111101 | 1100010 | 1010001 |
Color Harmonies of #B5A1FE
Complementary color
Monochromatic Colors of #B5A1FE
Black with #B5A1FE
Text Example
Text Example
White with #B5A1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A1FE; }
p { color: rgb(181,161,254); }
H1.HeaderClassName
{
color: #B5A1FE;
}
.AnyTagClassName
{
color: #B5A1FE;
}
</style>
background-color css
<style>
a { background-color: #B5A1FE; }
a { background-color: rgb(181,161,254); }
div.DivClassName
{
background-color: #B5A1FE;
}
.BgClassName
{
background-color: #B5A1FE;
}
</style>
border-color css
<style>
span { border-color: #B5A1FE; }
span { border-color: rgb(181,161,254); }
td.TdClassName
{
border-color: #B5A1FE;
}
.TagClassName
{
border-color: #B5A1FE;
}
</style>