Shades of Melrose #B3A6FB
Tints of Melrose #B3A6FB
RGB
CMYK
RGB Variations
Color information
#B3A6FB (or 0xB3A6FB) is known color: Melrose. HEX triplet: B3, A6 and FB. RGB value is (179,166,251). Sum of RGB (Red+Green+Blue) = 179+166+251=596 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.03% from 596); Green value is 166 (65.23% from 255 or 27.85% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #B3A6FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A6FB is #4C5904. Grayscale: #B3B3B3. Windows color (decimal): -5003525 or 16492211. OLE color: 16492211.
HSL color Cylindrical-coordinate representation of color #B3A6FB: hue angle of 249.18º degrees, saturation: 0.91, 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 #B3A6FB is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 166 | 251 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.02 |
| HSL | 249.18º | 0.91% | 0.82% | - |
| HSV(B) | 249.18º | 0.34% | 0.98% | - |
| XYZ | 49.64 | 43.82 | 97.11 | - |
| YUV | 179.58 | 168.31 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 166 | 251 | 0.29 | 0.34 | 0 | 0.02 | 249.18 | 0.91 | 0.82 |
| Hex | B3 | A6 | FB | 1D | 22 | 0 | 2 | F9 | 5B | 52 |
| Octal | 263 | 246 | 373 | 35 | 42 | 0 | 2 | 371 | 133 | 122 |
| Binary | 10110011 | 10100110 | 11111011 | 11101 | 100010 | 0 | 10 | 11111001 | 1011011 | 1010010 |
Color Harmonies of #B3A6FB
Complementary color
Monochromatic Colors of #B3A6FB
Black with #B3A6FB
Text Example
Text Example
White with #B3A6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A6FB; }
p { color: rgb(179,166,251); }
H1.HeaderClassName
{
color: #B3A6FB;
}
.AnyTagClassName
{
color: #B3A6FB;
}
</style>
background-color css
<style>
a { background-color: #B3A6FB; }
a { background-color: rgb(179,166,251); }
div.DivClassName
{
background-color: #B3A6FB;
}
.BgClassName
{
background-color: #B3A6FB;
}
</style>
border-color css
<style>
span { border-color: #B3A6FB; }
span { border-color: rgb(179,166,251); }
td.TdClassName
{
border-color: #B3A6FB;
}
.TagClassName
{
border-color: #B3A6FB;
}
</style>