Shades of Melrose #B4A6FA
Tints of Melrose #B4A6FA
RGB
CMYK
RGB Variations
Color information
#B4A6FA (or 0xB4A6FA) is known color: Melrose. HEX triplet: B4, A6 and FA. RGB value is (180,166,250). Sum of RGB (Red+Green+Blue) = 180+166+250=596 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.20% from 596); Green value is 166 (65.23% from 255 or 27.85% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #B4A6FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A6FA is #4B5905. Grayscale: #B3B3B3. Windows color (decimal): -4937990 or 16426676. OLE color: 16426676.
HSL color Cylindrical-coordinate representation of color #B4A6FA: hue angle of 250º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B4A6FA is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 166 | 250 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.02 |
| HSL | 250º | 0.89% | 0.82% | - |
| HSV(B) | 250º | 0.34% | 0.98% | - |
| XYZ | 49.71 | 43.88 | 96.29 | - |
| YUV | 179.76 | 167.64 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 166 | 250 | 0.28 | 0.34 | 0 | 0.02 | 250 | 0.89 | 0.82 |
| Hex | B4 | A6 | FA | 1C | 22 | 0 | 2 | FA | 59 | 52 |
| Octal | 264 | 246 | 372 | 34 | 42 | 0 | 2 | 372 | 131 | 122 |
| Binary | 10110100 | 10100110 | 11111010 | 11100 | 100010 | 0 | 10 | 11111010 | 1011001 | 1010010 |
Color Harmonies of #B4A6FA
Complementary color
Monochromatic Colors of #B4A6FA
Black with #B4A6FA
Text Example
Text Example
White with #B4A6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A6FA; }
p { color: rgb(180,166,250); }
H1.HeaderClassName
{
color: #B4A6FA;
}
.AnyTagClassName
{
color: #B4A6FA;
}
</style>
background-color css
<style>
a { background-color: #B4A6FA; }
a { background-color: rgb(180,166,250); }
div.DivClassName
{
background-color: #B4A6FA;
}
.BgClassName
{
background-color: #B4A6FA;
}
</style>
border-color css
<style>
span { border-color: #B4A6FA; }
span { border-color: rgb(180,166,250); }
td.TdClassName
{
border-color: #B4A6FA;
}
.TagClassName
{
border-color: #B4A6FA;
}
</style>