Shades of Melrose #B8A1FC
Tints of Melrose #B8A1FC
RGB
CMYK
RGB Variations
Color information
#B8A1FC (or 0xB8A1FC) is known color: Melrose. HEX triplet: B8, A1 and FC. RGB value is (184,161,252). Sum of RGB (Red+Green+Blue) = 184+161+252=597 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.82% from 597); Green value is 161 (63.28% from 255 or 26.97% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #B8A1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A1FC is #475E03. Grayscale: #B1B1B1. Windows color (decimal): -4677124 or 16556472. OLE color: 16556472.
HSL color Cylindrical-coordinate representation of color #B8A1FC: hue angle of 255.16º 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 #B8A1FC is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 161 | 252 | - |
| CMYK | 0.27 | 0.36 | 0 | 0.01 |
| HSL | 255.16º | 0.94% | 0.81% | - |
| HSV(B) | 255.16º | 0.36% | 0.99% | - |
| XYZ | 50.08 | 42.71 | 97.7 | - |
| YUV | 178.25 | 169.62 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 161 | 252 | 0.27 | 0.36 | 0 | 0.01 | 255.16 | 0.94 | 0.81 |
| Hex | B8 | A1 | FC | 1B | 24 | 0 | 1 | FF | 5E | 51 |
| Octal | 270 | 241 | 374 | 33 | 44 | 0 | 1 | 377 | 136 | 121 |
| Binary | 10111000 | 10100001 | 11111100 | 11011 | 100100 | 0 | 1 | 11111111 | 1011110 | 1010001 |
Color Harmonies of #B8A1FC
Complementary color
Monochromatic Colors of #B8A1FC
Black with #B8A1FC
Text Example
Text Example
White with #B8A1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A1FC; }
p { color: rgb(184,161,252); }
H1.HeaderClassName
{
color: #B8A1FC;
}
.AnyTagClassName
{
color: #B8A1FC;
}
</style>
background-color css
<style>
a { background-color: #B8A1FC; }
a { background-color: rgb(184,161,252); }
div.DivClassName
{
background-color: #B8A1FC;
}
.BgClassName
{
background-color: #B8A1FC;
}
</style>
border-color css
<style>
span { border-color: #B8A1FC; }
span { border-color: rgb(184,161,252); }
td.TdClassName
{
border-color: #B8A1FC;
}
.TagClassName
{
border-color: #B8A1FC;
}
</style>