Shades of Melrose #B7A5FA
Tints of Melrose #B7A5FA
RGB
CMYK
RGB Variations
Color information
#B7A5FA (or 0xB7A5FA) is known color: Melrose. HEX triplet: B7, A5 and FA. RGB value is (183,165,250). Sum of RGB (Red+Green+Blue) = 183+165+250=598 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.60% from 598); Green value is 165 (64.84% from 255 or 27.59% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #B7A5FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A5FA is #485A05. Grayscale: #B3B3B3. Windows color (decimal): -4741638 or 16426423. OLE color: 16426423.
HSL color Cylindrical-coordinate representation of color #B7A5FA: hue angle of 252.71º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B7A5FA is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 165 | 250 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.02 |
| HSL | 252.71º | 0.89% | 0.81% | - |
| HSV(B) | 252.71º | 0.34% | 0.98% | - |
| XYZ | 50.24 | 43.88 | 96.26 | - |
| YUV | 180.07 | 167.46 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 165 | 250 | 0.27 | 0.34 | 0 | 0.02 | 252.71 | 0.89 | 0.81 |
| Hex | B7 | A5 | FA | 1B | 22 | 0 | 2 | FD | 59 | 51 |
| Octal | 267 | 245 | 372 | 33 | 42 | 0 | 2 | 375 | 131 | 121 |
| Binary | 10110111 | 10100101 | 11111010 | 11011 | 100010 | 0 | 10 | 11111101 | 1011001 | 1010001 |
Color Harmonies of #B7A5FA
Complementary color
Monochromatic Colors of #B7A5FA
Black with #B7A5FA
Text Example
Text Example
White with #B7A5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A5FA; }
p { color: rgb(183,165,250); }
H1.HeaderClassName
{
color: #B7A5FA;
}
.AnyTagClassName
{
color: #B7A5FA;
}
</style>
background-color css
<style>
a { background-color: #B7A5FA; }
a { background-color: rgb(183,165,250); }
div.DivClassName
{
background-color: #B7A5FA;
}
.BgClassName
{
background-color: #B7A5FA;
}
</style>
border-color css
<style>
span { border-color: #B7A5FA; }
span { border-color: rgb(183,165,250); }
td.TdClassName
{
border-color: #B7A5FA;
}
.TagClassName
{
border-color: #B7A5FA;
}
</style>