Shades of Melrose #B5A3EF
Tints of Melrose #B5A3EF
RGB
CMYK
RGB Variations
Color information
#B5A3EF (or 0xB5A3EF) is known color: Melrose. HEX triplet: B5, A3 and EF. RGB value is (181,163,239). Sum of RGB (Red+Green+Blue) = 181+163+239=583 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.05% from 583); Green value is 163 (64.06% from 255 or 27.96% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #B5A3EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A3EF is #4A5C10. Grayscale: #B0B0B0. Windows color (decimal): -4873233 or 15705013. OLE color: 15705013.
HSL color Cylindrical-coordinate representation of color #B5A3EF: hue angle of 254.21º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5A3EF is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 163 | 239 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.06 |
| HSL | 254.21º | 0.7% | 0.79% | - |
| HSV(B) | 254.21º | 0.32% | 0.94% | - |
| XYZ | 47.73 | 42.25 | 87.3 | - |
| YUV | 177.05 | 162.96 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 163 | 239 | 0.24 | 0.32 | 0 | 0.06 | 254.21 | 0.7 | 0.79 |
| Hex | B5 | A3 | EF | 18 | 20 | 0 | 6 | FE | 46 | 4F |
| Octal | 265 | 243 | 357 | 30 | 40 | 0 | 6 | 376 | 106 | 117 |
| Binary | 10110101 | 10100011 | 11101111 | 11000 | 100000 | 0 | 110 | 11111110 | 1000110 | 1001111 |
Color Harmonies of #B5A3EF
Complementary color
Monochromatic Colors of #B5A3EF
Black with #B5A3EF
Text Example
Text Example
White with #B5A3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A3EF; }
p { color: rgb(181,163,239); }
H1.HeaderClassName
{
color: #B5A3EF;
}
.AnyTagClassName
{
color: #B5A3EF;
}
</style>
background-color css
<style>
a { background-color: #B5A3EF; }
a { background-color: rgb(181,163,239); }
div.DivClassName
{
background-color: #B5A3EF;
}
.BgClassName
{
background-color: #B5A3EF;
}
</style>
border-color css
<style>
span { border-color: #B5A3EF; }
span { border-color: rgb(181,163,239); }
td.TdClassName
{
border-color: #B5A3EF;
}
.TagClassName
{
border-color: #B5A3EF;
}
</style>