Shades of Melrose #B4A4F8
Tints of Melrose #B4A4F8
RGB
CMYK
RGB Variations
Color information
#B4A4F8 (or 0xB4A4F8) is known color: Melrose. HEX triplet: B4, A4 and F8. RGB value is (180,164,248). Sum of RGB (Red+Green+Blue) = 180+164+248=592 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.41% from 592); Green value is 164 (64.45% from 255 or 27.70% from 592); Blue value is 248 (97.27% from 255 or 41.89% from 592); Max value from RGB is 248 - color contains mainly: blue. Hex color #B4A4F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A4F8 is #4B5B07. Grayscale: #B2B2B2. Windows color (decimal): -4938504 or 16295092. OLE color: 16295092.
HSL color Cylindrical-coordinate representation of color #B4A4F8: hue angle of 251.43º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B4A4F8 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 180 | 164 | 248 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.03 |
| HSL | 251.43º | 0.86% | 0.81% | - |
| HSV(B) | 251.43º | 0.34% | 0.97% | - |
| XYZ | 49.04 | 43.03 | 94.53 | - |
| YUV | 178.36 | 167.3 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 164 | 248 | 0.27 | 0.34 | 0 | 0.03 | 251.43 | 0.86 | 0.81 |
| Hex | B4 | A4 | F8 | 1B | 22 | 0 | 3 | FB | 56 | 51 |
| Octal | 264 | 244 | 370 | 33 | 42 | 0 | 3 | 373 | 126 | 121 |
| Binary | 10110100 | 10100100 | 11111000 | 11011 | 100010 | 0 | 11 | 11111011 | 1010110 | 1010001 |
Color Harmonies of #B4A4F8
Complementary color
Monochromatic Colors of #B4A4F8
Black with #B4A4F8
Text Example
Text Example
White with #B4A4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A4F8; }
p { color: rgb(180,164,248); }
H1.HeaderClassName
{
color: #B4A4F8;
}
.AnyTagClassName
{
color: #B4A4F8;
}
</style>
background-color css
<style>
a { background-color: #B4A4F8; }
a { background-color: rgb(180,164,248); }
div.DivClassName
{
background-color: #B4A4F8;
}
.BgClassName
{
background-color: #B4A4F8;
}
</style>
border-color css
<style>
span { border-color: #B4A4F8; }
span { border-color: rgb(180,164,248); }
td.TdClassName
{
border-color: #B4A4F8;
}
.TagClassName
{
border-color: #B4A4F8;
}
</style>