Shades of Melrose #B5A3FF
Tints of Melrose #B5A3FF
RGB
CMYK
RGB Variations
Color information
#B5A3FF (or 0xB5A3FF) is known color: Melrose. HEX triplet: B5, A3 and FF. RGB value is (181,163,255). Sum of RGB (Red+Green+Blue) = 181+163+255=599 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.22% from 599); Green value is 163 (64.06% from 255 or 27.21% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5A3FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A3FF is #4A5C00. Grayscale: #B2B2B2. Windows color (decimal): -4873217 or 16753589. OLE color: 16753589.
HSL color Cylindrical-coordinate representation of color #B5A3FF: hue angle of 251.74º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5A3FF is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 163 | 255 | - |
| CMYK | 0.29 | 0.36 | 0 | 0 |
| HSL | 251.74º | 1% | 0.82% | - |
| HSV(B) | 251.74º | 0.36% | 1% | - |
| XYZ | 50.2 | 43.24 | 100.31 | - |
| YUV | 178.87 | 170.96 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 163 | 255 | 0.29 | 0.36 | 0 | 0 | 251.74 | 1 | 0.82 |
| Hex | B5 | A3 | FF | 1D | 24 | 0 | 0 | FC | 64 | 52 |
| Octal | 265 | 243 | 377 | 35 | 44 | 0 | 0 | 374 | 144 | 122 |
| Binary | 10110101 | 10100011 | 11111111 | 11101 | 100100 | 0 | 0 | 11111100 | 1100100 | 1010010 |
Color Harmonies of #B5A3FF
Complementary color
Monochromatic Colors of #B5A3FF
Black with #B5A3FF
Text Example
Text Example
White with #B5A3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A3FF; }
p { color: rgb(181,163,255); }
H1.HeaderClassName
{
color: #B5A3FF;
}
.AnyTagClassName
{
color: #B5A3FF;
}
</style>
background-color css
<style>
a { background-color: #B5A3FF; }
a { background-color: rgb(181,163,255); }
div.DivClassName
{
background-color: #B5A3FF;
}
.BgClassName
{
background-color: #B5A3FF;
}
</style>
border-color css
<style>
span { border-color: #B5A3FF; }
span { border-color: rgb(181,163,255); }
td.TdClassName
{
border-color: #B5A3FF;
}
.TagClassName
{
border-color: #B5A3FF;
}
</style>