Shades of Melrose #B5A1FC
Tints of Melrose #B5A1FC
RGB
CMYK
RGB Variations
Color information
#B5A1FC (or 0xB5A1FC) is known color: Melrose. HEX triplet: B5, A1 and FC. RGB value is (181,161,252). Sum of RGB (Red+Green+Blue) = 181+161+252=594 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.47% from 594); Green value is 161 (63.28% from 255 or 27.10% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #B5A1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A1FC is #4A5E03. Grayscale: #B1B1B1. Windows color (decimal): -4873732 or 16556469. OLE color: 16556469.
HSL color Cylindrical-coordinate representation of color #B5A1FC: hue angle of 253.19º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5A1FC is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 161 | 252 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.01 |
| HSL | 253.19º | 0.94% | 0.81% | - |
| HSV(B) | 253.19º | 0.36% | 0.99% | - |
| XYZ | 49.37 | 42.34 | 97.67 | - |
| YUV | 177.35 | 170.13 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 161 | 252 | 0.28 | 0.36 | 0 | 0.01 | 253.19 | 0.94 | 0.81 |
| Hex | B5 | A1 | FC | 1C | 24 | 0 | 1 | FD | 5E | 51 |
| Octal | 265 | 241 | 374 | 34 | 44 | 0 | 1 | 375 | 136 | 121 |
| Binary | 10110101 | 10100001 | 11111100 | 11100 | 100100 | 0 | 1 | 11111101 | 1011110 | 1010001 |
Color Harmonies of #B5A1FC
Complementary color
Monochromatic Colors of #B5A1FC
Black with #B5A1FC
Text Example
Text Example
White with #B5A1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A1FC; }
p { color: rgb(181,161,252); }
H1.HeaderClassName
{
color: #B5A1FC;
}
.AnyTagClassName
{
color: #B5A1FC;
}
</style>
background-color css
<style>
a { background-color: #B5A1FC; }
a { background-color: rgb(181,161,252); }
div.DivClassName
{
background-color: #B5A1FC;
}
.BgClassName
{
background-color: #B5A1FC;
}
</style>
border-color css
<style>
span { border-color: #B5A1FC; }
span { border-color: rgb(181,161,252); }
td.TdClassName
{
border-color: #B5A1FC;
}
.TagClassName
{
border-color: #B5A1FC;
}
</style>