Shades of Melrose #B5A5FB
Tints of Melrose #B5A5FB
RGB
CMYK
RGB Variations
Color information
#B5A5FB (or 0xB5A5FB) is known color: Melrose. HEX triplet: B5, A5 and FB. RGB value is (181,165,251). Sum of RGB (Red+Green+Blue) = 181+165+251=597 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.32% from 597); Green value is 165 (64.84% from 255 or 27.64% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #B5A5FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A5FB is #4A5A04. Grayscale: #B3B3B3. Windows color (decimal): -4872709 or 16491957. OLE color: 16491957.
HSL color Cylindrical-coordinate representation of color #B5A5FB: hue angle of 251.16º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5A5FB is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 165 | 251 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.02 |
| HSL | 251.16º | 0.91% | 0.82% | - |
| HSV(B) | 251.16º | 0.34% | 0.98% | - |
| XYZ | 49.92 | 43.7 | 97.07 | - |
| YUV | 179.59 | 168.3 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 165 | 251 | 0.28 | 0.34 | 0 | 0.02 | 251.16 | 0.91 | 0.82 |
| Hex | B5 | A5 | FB | 1C | 22 | 0 | 2 | FB | 5B | 52 |
| Octal | 265 | 245 | 373 | 34 | 42 | 0 | 2 | 373 | 133 | 122 |
| Binary | 10110101 | 10100101 | 11111011 | 11100 | 100010 | 0 | 10 | 11111011 | 1011011 | 1010010 |
Color Harmonies of #B5A5FB
Complementary color
Monochromatic Colors of #B5A5FB
Black with #B5A5FB
Text Example
Text Example
White with #B5A5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A5FB; }
p { color: rgb(181,165,251); }
H1.HeaderClassName
{
color: #B5A5FB;
}
.AnyTagClassName
{
color: #B5A5FB;
}
</style>
background-color css
<style>
a { background-color: #B5A5FB; }
a { background-color: rgb(181,165,251); }
div.DivClassName
{
background-color: #B5A5FB;
}
.BgClassName
{
background-color: #B5A5FB;
}
</style>
border-color css
<style>
span { border-color: #B5A5FB; }
span { border-color: rgb(181,165,251); }
td.TdClassName
{
border-color: #B5A5FB;
}
.TagClassName
{
border-color: #B5A5FB;
}
</style>