Shades of Melrose #B4A5F3
Tints of Melrose #B4A5F3
RGB
CMYK
RGB Variations
Color information
#B4A5F3 (or 0xB4A5F3) is known color: Melrose. HEX triplet: B4, A5 and F3. RGB value is (180,165,243). Sum of RGB (Red+Green+Blue) = 180+165+243=588 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.61% from 588); Green value is 165 (64.84% from 255 or 28.06% from 588); Blue value is 243 (95.31% from 255 or 41.33% from 588); Max value from RGB is 243 - color contains mainly: blue. Hex color #B4A5F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A5F3 is #4B5A0C. Grayscale: #B2B2B2. Windows color (decimal): -4938253 or 15967668. OLE color: 15967668.
HSL color Cylindrical-coordinate representation of color #B4A5F3: hue angle of 251.54º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B4A5F3 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 165 | 243 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.05 |
| HSL | 251.54º | 0.76% | 0.8% | - |
| HSV(B) | 251.54º | 0.32% | 0.95% | - |
| XYZ | 48.46 | 43.08 | 90.56 | - |
| YUV | 178.38 | 164.47 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 165 | 243 | 0.26 | 0.32 | 0 | 0.05 | 251.54 | 0.76 | 0.8 |
| Hex | B4 | A5 | F3 | 1A | 20 | 0 | 5 | FC | 4C | 50 |
| Octal | 264 | 245 | 363 | 32 | 40 | 0 | 5 | 374 | 114 | 120 |
| Binary | 10110100 | 10100101 | 11110011 | 11010 | 100000 | 0 | 101 | 11111100 | 1001100 | 1010000 |
Color Harmonies of #B4A5F3
Complementary color
Monochromatic Colors of #B4A5F3
Black with #B4A5F3
Text Example
Text Example
White with #B4A5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A5F3; }
p { color: rgb(180,165,243); }
H1.HeaderClassName
{
color: #B4A5F3;
}
.AnyTagClassName
{
color: #B4A5F3;
}
</style>
background-color css
<style>
a { background-color: #B4A5F3; }
a { background-color: rgb(180,165,243); }
div.DivClassName
{
background-color: #B4A5F3;
}
.BgClassName
{
background-color: #B4A5F3;
}
</style>
border-color css
<style>
span { border-color: #B4A5F3; }
span { border-color: rgb(180,165,243); }
td.TdClassName
{
border-color: #B4A5F3;
}
.TagClassName
{
border-color: #B4A5F3;
}
</style>