Shades of Melrose #B6A3FA
Tints of Melrose #B6A3FA
RGB
CMYK
RGB Variations
Color information
#B6A3FA (or 0xB6A3FA) is known color: Melrose. HEX triplet: B6, A3 and FA. RGB value is (182,163,250). Sum of RGB (Red+Green+Blue) = 182+163+250=595 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.59% from 595); Green value is 163 (64.06% from 255 or 27.39% 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 #B6A3FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A3FA is #495C05. Grayscale: #B2B2B2. Windows color (decimal): -4807686 or 16425910. OLE color: 16425910.
HSL color Cylindrical-coordinate representation of color #B6A3FA: hue angle of 253.1º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B6A3FA is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 163 | 250 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.02 |
| HSL | 253.1º | 0.9% | 0.81% | - |
| HSV(B) | 253.1º | 0.35% | 0.98% | - |
| XYZ | 49.64 | 43.04 | 96.13 | - |
| YUV | 178.6 | 168.29 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 163 | 250 | 0.27 | 0.35 | 0 | 0.02 | 253.1 | 0.9 | 0.81 |
| Hex | B6 | A3 | FA | 1B | 23 | 0 | 2 | FD | 5A | 51 |
| Octal | 266 | 243 | 372 | 33 | 43 | 0 | 2 | 375 | 132 | 121 |
| Binary | 10110110 | 10100011 | 11111010 | 11011 | 100011 | 0 | 10 | 11111101 | 1011010 | 1010001 |
Color Harmonies of #B6A3FA
Complementary color
Monochromatic Colors of #B6A3FA
Black with #B6A3FA
Text Example
Text Example
White with #B6A3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A3FA; }
p { color: rgb(182,163,250); }
H1.HeaderClassName
{
color: #B6A3FA;
}
.AnyTagClassName
{
color: #B6A3FA;
}
</style>
background-color css
<style>
a { background-color: #B6A3FA; }
a { background-color: rgb(182,163,250); }
div.DivClassName
{
background-color: #B6A3FA;
}
.BgClassName
{
background-color: #B6A3FA;
}
</style>
border-color css
<style>
span { border-color: #B6A3FA; }
span { border-color: rgb(182,163,250); }
td.TdClassName
{
border-color: #B6A3FA;
}
.TagClassName
{
border-color: #B6A3FA;
}
</style>