Shades of Melrose #B7A2FA
Tints of Melrose #B7A2FA
RGB
CMYK
RGB Variations
Color information
#B7A2FA (or 0xB7A2FA) is known color: Melrose. HEX triplet: B7, A2 and FA. RGB value is (183,162,250). Sum of RGB (Red+Green+Blue) = 183+162+250=595 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.76% from 595); Green value is 162 (63.67% from 255 or 27.23% 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 #B7A2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A2FA is #485D05. Grayscale: #B1B1B1. Windows color (decimal): -4742406 or 16425655. OLE color: 16425655.
HSL color Cylindrical-coordinate representation of color #B7A2FA: hue angle of 254.32º 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 #B7A2FA is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 162 | 250 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.02 |
| HSL | 254.32º | 0.9% | 0.81% | - |
| HSV(B) | 254.32º | 0.35% | 0.98% | - |
| XYZ | 49.7 | 42.81 | 96.09 | - |
| YUV | 178.31 | 168.46 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 162 | 250 | 0.27 | 0.35 | 0 | 0.02 | 254.32 | 0.9 | 0.81 |
| Hex | B7 | A2 | FA | 1B | 23 | 0 | 2 | FE | 5A | 51 |
| Octal | 267 | 242 | 372 | 33 | 43 | 0 | 2 | 376 | 132 | 121 |
| Binary | 10110111 | 10100010 | 11111010 | 11011 | 100011 | 0 | 10 | 11111110 | 1011010 | 1010001 |
Color Harmonies of #B7A2FA
Complementary color
Monochromatic Colors of #B7A2FA
Black with #B7A2FA
Text Example
Text Example
White with #B7A2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A2FA; }
p { color: rgb(183,162,250); }
H1.HeaderClassName
{
color: #B7A2FA;
}
.AnyTagClassName
{
color: #B7A2FA;
}
</style>
background-color css
<style>
a { background-color: #B7A2FA; }
a { background-color: rgb(183,162,250); }
div.DivClassName
{
background-color: #B7A2FA;
}
.BgClassName
{
background-color: #B7A2FA;
}
</style>
border-color css
<style>
span { border-color: #B7A2FA; }
span { border-color: rgb(183,162,250); }
td.TdClassName
{
border-color: #B7A2FA;
}
.TagClassName
{
border-color: #B7A2FA;
}
</style>