Shades of Melrose #B3A5EA
Tints of Melrose #B3A5EA
RGB
CMYK
RGB Variations
Color information
#B3A5EA (or 0xB3A5EA) is known color: Melrose. HEX triplet: B3, A5 and EA. RGB value is (179,165,234). Sum of RGB (Red+Green+Blue) = 179+165+234=578 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.97% from 578); Green value is 165 (64.84% from 255 or 28.55% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #B3A5EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A5EA is #4C5A15. Grayscale: #B0B0B0. Windows color (decimal): -5003798 or 15377843. OLE color: 15377843.
HSL color Cylindrical-coordinate representation of color #B3A5EA: hue angle of 252.17º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3A5EA is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 165 | 234 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.08 |
| HSL | 252.17º | 0.62% | 0.78% | - |
| HSV(B) | 252.17º | 0.29% | 0.92% | - |
| XYZ | 46.9 | 42.43 | 83.56 | - |
| YUV | 177.05 | 160.14 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 165 | 234 | 0.24 | 0.29 | 0 | 0.08 | 252.17 | 0.62 | 0.78 |
| Hex | B3 | A5 | EA | 18 | 1D | 0 | 8 | FC | 3E | 4E |
| Octal | 263 | 245 | 352 | 30 | 35 | 0 | 10 | 374 | 76 | 116 |
| Binary | 10110011 | 10100101 | 11101010 | 11000 | 11101 | 0 | 1000 | 11111100 | 111110 | 1001110 |
Color Harmonies of #B3A5EA
Complementary color
Monochromatic Colors of #B3A5EA
Black with #B3A5EA
Text Example
Text Example
White with #B3A5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A5EA; }
p { color: rgb(179,165,234); }
H1.HeaderClassName
{
color: #B3A5EA;
}
.AnyTagClassName
{
color: #B3A5EA;
}
</style>
background-color css
<style>
a { background-color: #B3A5EA; }
a { background-color: rgb(179,165,234); }
div.DivClassName
{
background-color: #B3A5EA;
}
.BgClassName
{
background-color: #B3A5EA;
}
</style>
border-color css
<style>
span { border-color: #B3A5EA; }
span { border-color: rgb(179,165,234); }
td.TdClassName
{
border-color: #B3A5EA;
}
.TagClassName
{
border-color: #B3A5EA;
}
</style>