Shades of Melrose #B7A1FE
Tints of Melrose #B7A1FE
RGB
CMYK
RGB Variations
Color information
#B7A1FE (or 0xB7A1FE) is known color: Melrose. HEX triplet: B7, A1 and FE. RGB value is (183,161,254). Sum of RGB (Red+Green+Blue) = 183+161+254=598 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.60% from 598); Green value is 161 (63.28% from 255 or 26.92% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #B7A1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A1FE is #485E01. Grayscale: #B1B1B1. Windows color (decimal): -4742658 or 16687543. OLE color: 16687543.
HSL color Cylindrical-coordinate representation of color #B7A1FE: hue angle of 254.19º 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 #B7A1FE is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 161 | 254 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.00 |
| HSL | 254.19º | 0.98% | 0.81% | - |
| HSV(B) | 254.19º | 0.37% | 1% | - |
| XYZ | 50.16 | 42.71 | 99.37 | - |
| YUV | 178.18 | 170.79 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 161 | 254 | 0.28 | 0.37 | 0 | 0.00 | 254.19 | 0.98 | 0.81 |
| Hex | B7 | A1 | FE | 1C | 25 | 0 | 0 | FE | 62 | 51 |
| Octal | 267 | 241 | 376 | 34 | 45 | 0 | 0 | 376 | 142 | 121 |
| Binary | 10110111 | 10100001 | 11111110 | 11100 | 100101 | 0 | 0 | 11111110 | 1100010 | 1010001 |
Color Harmonies of #B7A1FE
Complementary color
Monochromatic Colors of #B7A1FE
Black with #B7A1FE
Text Example
Text Example
White with #B7A1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A1FE; }
p { color: rgb(183,161,254); }
H1.HeaderClassName
{
color: #B7A1FE;
}
.AnyTagClassName
{
color: #B7A1FE;
}
</style>
background-color css
<style>
a { background-color: #B7A1FE; }
a { background-color: rgb(183,161,254); }
div.DivClassName
{
background-color: #B7A1FE;
}
.BgClassName
{
background-color: #B7A1FE;
}
</style>
border-color css
<style>
span { border-color: #B7A1FE; }
span { border-color: rgb(183,161,254); }
td.TdClassName
{
border-color: #B7A1FE;
}
.TagClassName
{
border-color: #B7A1FE;
}
</style>