Shades of Melrose #B4A7E4
Tints of Melrose #B4A7E4
RGB
CMYK
RGB Variations
Color information
#B4A7E4 (or 0xB4A7E4) is known color: Melrose. HEX triplet: B4, A7 and E4. RGB value is (180,167,228). Sum of RGB (Red+Green+Blue) = 180+167+228=575 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.30% from 575); Green value is 167 (65.62% from 255 or 29.04% from 575); Blue value is 228 (89.45% from 255 or 39.65% from 575); Max value from RGB is 228 - color contains mainly: blue. Hex color #B4A7E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A7E4 is #4B581B. Grayscale: #B1B1B1. Windows color (decimal): -4937756 or 14985140. OLE color: 14985140.
HSL color Cylindrical-coordinate representation of color #B4A7E4: hue angle of 252.79º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4A7E4 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 167 | 228 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.11 |
| HSL | 252.79º | 0.53% | 0.77% | - |
| HSV(B) | 252.79º | 0.27% | 0.89% | - |
| XYZ | 46.64 | 42.94 | 79.23 | - |
| YUV | 177.84 | 156.31 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 167 | 228 | 0.21 | 0.27 | 0 | 0.11 | 252.79 | 0.53 | 0.77 |
| Hex | B4 | A7 | E4 | 15 | 1B | 0 | B | FD | 35 | 4D |
| Octal | 264 | 247 | 344 | 25 | 33 | 0 | 13 | 375 | 65 | 115 |
| Binary | 10110100 | 10100111 | 11100100 | 10101 | 11011 | 0 | 1011 | 11111101 | 110101 | 1001101 |
Color Harmonies of #B4A7E4
Complementary color
Monochromatic Colors of #B4A7E4
Black with #B4A7E4
Text Example
Text Example
White with #B4A7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A7E4; }
p { color: rgb(180,167,228); }
H1.HeaderClassName
{
color: #B4A7E4;
}
.AnyTagClassName
{
color: #B4A7E4;
}
</style>
background-color css
<style>
a { background-color: #B4A7E4; }
a { background-color: rgb(180,167,228); }
div.DivClassName
{
background-color: #B4A7E4;
}
.BgClassName
{
background-color: #B4A7E4;
}
</style>
border-color css
<style>
span { border-color: #B4A7E4; }
span { border-color: rgb(180,167,228); }
td.TdClassName
{
border-color: #B4A7E4;
}
.TagClassName
{
border-color: #B4A7E4;
}
</style>