Shades of Melrose #B4A7FD
Tints of Melrose #B4A7FD
RGB
CMYK
RGB Variations
Color information
#B4A7FD (or 0xB4A7FD) is known color: Melrose. HEX triplet: B4, A7 and FD. RGB value is (180,167,253). Sum of RGB (Red+Green+Blue) = 180+167+253=600 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30% from 600); Green value is 167 (65.62% from 255 or 27.83% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #B4A7FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A7FD is #4B5802. Grayscale: #B4B4B4. Windows color (decimal): -4937731 or 16623540. OLE color: 16623540.
HSL color Cylindrical-coordinate representation of color #B4A7FD: hue angle of 249.07º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B4A7FD is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 180 | 167 | 253 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.01 |
| HSL | 249.07º | 0.96% | 0.82% | - |
| HSV(B) | 249.07º | 0.34% | 0.99% | - |
| XYZ | 50.37 | 44.43 | 98.85 | - |
| YUV | 180.69 | 168.81 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 167 | 253 | 0.29 | 0.34 | 0 | 0.01 | 249.07 | 0.96 | 0.82 |
| Hex | B4 | A7 | FD | 1D | 22 | 0 | 1 | F9 | 60 | 52 |
| Octal | 264 | 247 | 375 | 35 | 42 | 0 | 1 | 371 | 140 | 122 |
| Binary | 10110100 | 10100111 | 11111101 | 11101 | 100010 | 0 | 1 | 11111001 | 1100000 | 1010010 |
Color Harmonies of #B4A7FD
Complementary color
Monochromatic Colors of #B4A7FD
Black with #B4A7FD
Text Example
Text Example
White with #B4A7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A7FD; }
p { color: rgb(180,167,253); }
H1.HeaderClassName
{
color: #B4A7FD;
}
.AnyTagClassName
{
color: #B4A7FD;
}
</style>
background-color css
<style>
a { background-color: #B4A7FD; }
a { background-color: rgb(180,167,253); }
div.DivClassName
{
background-color: #B4A7FD;
}
.BgClassName
{
background-color: #B4A7FD;
}
</style>
border-color css
<style>
span { border-color: #B4A7FD; }
span { border-color: rgb(180,167,253); }
td.TdClassName
{
border-color: #B4A7FD;
}
.TagClassName
{
border-color: #B4A7FD;
}
</style>