Shades of Melrose #B3A6FA
Tints of Melrose #B3A6FA
RGB
CMYK
RGB Variations
Color information
#B3A6FA (or 0xB3A6FA) is known color: Melrose. HEX triplet: B3, A6 and FA. RGB value is (179,166,250). Sum of RGB (Red+Green+Blue) = 179+166+250=595 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.08% from 595); Green value is 166 (65.23% from 255 or 27.90% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #B3A6FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A6FA is #4C5905. Grayscale: #B3B3B3. Windows color (decimal): -5003526 or 16426675. OLE color: 16426675.
HSL color Cylindrical-coordinate representation of color #B3A6FA: hue angle of 249.29º 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 #B3A6FA is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 166 | 250 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.02 |
| HSL | 249.29º | 0.89% | 0.82% | - |
| HSV(B) | 249.29º | 0.34% | 0.98% | - |
| XYZ | 49.48 | 43.76 | 96.28 | - |
| YUV | 179.46 | 167.81 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 166 | 250 | 0.28 | 0.34 | 0 | 0.02 | 249.29 | 0.89 | 0.82 |
| Hex | B3 | A6 | FA | 1C | 22 | 0 | 2 | F9 | 59 | 52 |
| Octal | 263 | 246 | 372 | 34 | 42 | 0 | 2 | 371 | 131 | 122 |
| Binary | 10110011 | 10100110 | 11111010 | 11100 | 100010 | 0 | 10 | 11111001 | 1011001 | 1010010 |
Color Harmonies of #B3A6FA
Complementary color
Monochromatic Colors of #B3A6FA
Black with #B3A6FA
Text Example
Text Example
White with #B3A6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A6FA; }
p { color: rgb(179,166,250); }
H1.HeaderClassName
{
color: #B3A6FA;
}
.AnyTagClassName
{
color: #B3A6FA;
}
</style>
background-color css
<style>
a { background-color: #B3A6FA; }
a { background-color: rgb(179,166,250); }
div.DivClassName
{
background-color: #B3A6FA;
}
.BgClassName
{
background-color: #B3A6FA;
}
</style>
border-color css
<style>
span { border-color: #B3A6FA; }
span { border-color: rgb(179,166,250); }
td.TdClassName
{
border-color: #B3A6FA;
}
.TagClassName
{
border-color: #B3A6FA;
}
</style>