Shades of Melrose #B4A5FB
Tints of Melrose #B4A5FB
RGB
CMYK
RGB Variations
Color information
#B4A5FB (or 0xB4A5FB) is known color: Melrose. HEX triplet: B4, A5 and FB. RGB value is (180,165,251). Sum of RGB (Red+Green+Blue) = 180+165+251=596 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.20% from 596); Green value is 165 (64.84% from 255 or 27.68% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #B4A5FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A5FB is #4B5A04. Grayscale: #B2B2B2. Windows color (decimal): -4938245 or 16491956. OLE color: 16491956.
HSL color Cylindrical-coordinate representation of color #B4A5FB: hue angle of 250.47º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B4A5FB is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 165 | 251 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.02 |
| HSL | 250.47º | 0.91% | 0.82% | - |
| HSV(B) | 250.47º | 0.34% | 0.98% | - |
| XYZ | 49.69 | 43.58 | 97.06 | - |
| YUV | 179.29 | 168.47 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 165 | 251 | 0.28 | 0.34 | 0 | 0.02 | 250.47 | 0.91 | 0.82 |
| Hex | B4 | A5 | FB | 1C | 22 | 0 | 2 | FA | 5B | 52 |
| Octal | 264 | 245 | 373 | 34 | 42 | 0 | 2 | 372 | 133 | 122 |
| Binary | 10110100 | 10100101 | 11111011 | 11100 | 100010 | 0 | 10 | 11111010 | 1011011 | 1010010 |
Color Harmonies of #B4A5FB
Complementary color
Monochromatic Colors of #B4A5FB
Black with #B4A5FB
Text Example
Text Example
White with #B4A5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A5FB; }
p { color: rgb(180,165,251); }
H1.HeaderClassName
{
color: #B4A5FB;
}
.AnyTagClassName
{
color: #B4A5FB;
}
</style>
background-color css
<style>
a { background-color: #B4A5FB; }
a { background-color: rgb(180,165,251); }
div.DivClassName
{
background-color: #B4A5FB;
}
.BgClassName
{
background-color: #B4A5FB;
}
</style>
border-color css
<style>
span { border-color: #B4A5FB; }
span { border-color: rgb(180,165,251); }
td.TdClassName
{
border-color: #B4A5FB;
}
.TagClassName
{
border-color: #B4A5FB;
}
</style>