Shades of Melrose #B8A1FE
Tints of Melrose #B8A1FE
RGB
CMYK
RGB Variations
Color information
#B8A1FE (or 0xB8A1FE) is known color: Melrose. HEX triplet: B8, A1 and FE. RGB value is (184,161,254). Sum of RGB (Red+Green+Blue) = 184+161+254=599 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.72% from 599); Green value is 161 (63.28% from 255 or 26.88% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8A1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A1FE is #475E01. Grayscale: #B2B2B2. Windows color (decimal): -4677122 or 16687544. OLE color: 16687544.
HSL color Cylindrical-coordinate representation of color #B8A1FE: hue angle of 254.84º 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 #B8A1FE is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 161 | 254 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.00 |
| HSL | 254.84º | 0.98% | 0.81% | - |
| HSV(B) | 254.84º | 0.37% | 1% | - |
| XYZ | 50.4 | 42.84 | 99.38 | - |
| YUV | 178.48 | 170.62 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 161 | 254 | 0.28 | 0.37 | 0 | 0.00 | 254.84 | 0.98 | 0.81 |
| Hex | B8 | A1 | FE | 1C | 25 | 0 | 0 | FF | 62 | 51 |
| Octal | 270 | 241 | 376 | 34 | 45 | 0 | 0 | 377 | 142 | 121 |
| Binary | 10111000 | 10100001 | 11111110 | 11100 | 100101 | 0 | 0 | 11111111 | 1100010 | 1010001 |
Color Harmonies of #B8A1FE
Complementary color
Monochromatic Colors of #B8A1FE
Black with #B8A1FE
Text Example
Text Example
White with #B8A1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A1FE; }
p { color: rgb(184,161,254); }
H1.HeaderClassName
{
color: #B8A1FE;
}
.AnyTagClassName
{
color: #B8A1FE;
}
</style>
background-color css
<style>
a { background-color: #B8A1FE; }
a { background-color: rgb(184,161,254); }
div.DivClassName
{
background-color: #B8A1FE;
}
.BgClassName
{
background-color: #B8A1FE;
}
</style>
border-color css
<style>
span { border-color: #B8A1FE; }
span { border-color: rgb(184,161,254); }
td.TdClassName
{
border-color: #B8A1FE;
}
.TagClassName
{
border-color: #B8A1FE;
}
</style>