Shades of Melrose #B5A3EC
Tints of Melrose #B5A3EC
RGB
CMYK
RGB Variations
Color information
#B5A3EC (or 0xB5A3EC) is known color: Melrose. HEX triplet: B5, A3 and EC. RGB value is (181,163,236). Sum of RGB (Red+Green+Blue) = 181+163+236=580 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.21% from 580); Green value is 163 (64.06% from 255 or 28.10% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5A3EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A3EC is #4A5C13. Grayscale: #B0B0B0. Windows color (decimal): -4873236 or 15508405. OLE color: 15508405.
HSL color Cylindrical-coordinate representation of color #B5A3EC: hue angle of 254.79º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B5A3EC is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 163 | 236 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.07 |
| HSL | 254.79º | 0.66% | 0.78% | - |
| HSV(B) | 254.79º | 0.31% | 0.93% | - |
| XYZ | 47.29 | 42.07 | 84.99 | - |
| YUV | 176.7 | 161.46 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 163 | 236 | 0.23 | 0.31 | 0 | 0.07 | 254.79 | 0.66 | 0.78 |
| Hex | B5 | A3 | EC | 17 | 1F | 0 | 7 | FF | 42 | 4E |
| Octal | 265 | 243 | 354 | 27 | 37 | 0 | 7 | 377 | 102 | 116 |
| Binary | 10110101 | 10100011 | 11101100 | 10111 | 11111 | 0 | 111 | 11111111 | 1000010 | 1001110 |
Color Harmonies of #B5A3EC
Complementary color
Monochromatic Colors of #B5A3EC
Black with #B5A3EC
Text Example
Text Example
White with #B5A3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A3EC; }
p { color: rgb(181,163,236); }
H1.HeaderClassName
{
color: #B5A3EC;
}
.AnyTagClassName
{
color: #B5A3EC;
}
</style>
background-color css
<style>
a { background-color: #B5A3EC; }
a { background-color: rgb(181,163,236); }
div.DivClassName
{
background-color: #B5A3EC;
}
.BgClassName
{
background-color: #B5A3EC;
}
</style>
border-color css
<style>
span { border-color: #B5A3EC; }
span { border-color: rgb(181,163,236); }
td.TdClassName
{
border-color: #B5A3EC;
}
.TagClassName
{
border-color: #B5A3EC;
}
</style>