Shades of Melrose #B5A3F3
Tints of Melrose #B5A3F3
RGB
CMYK
RGB Variations
Color information
#B5A3F3 (or 0xB5A3F3) is known color: Melrose. HEX triplet: B5, A3 and F3. RGB value is (181,163,243). Sum of RGB (Red+Green+Blue) = 181+163+243=587 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.83% from 587); Green value is 163 (64.06% from 255 or 27.77% from 587); Blue value is 243 (95.31% from 255 or 41.40% from 587); Max value from RGB is 243 - color contains mainly: blue. Hex color #B5A3F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A3F3 is #4A5C0C. Grayscale: #B1B1B1. Windows color (decimal): -4873229 or 15967157. OLE color: 15967157.
HSL color Cylindrical-coordinate representation of color #B5A3F3: hue angle of 253.5º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5A3F3 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 163 | 243 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.05 |
| HSL | 253.5º | 0.77% | 0.8% | - |
| HSV(B) | 253.5º | 0.33% | 0.95% | - |
| XYZ | 48.33 | 42.49 | 90.45 | - |
| YUV | 177.5 | 164.96 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 163 | 243 | 0.26 | 0.33 | 0 | 0.05 | 253.5 | 0.77 | 0.8 |
| Hex | B5 | A3 | F3 | 1A | 21 | 0 | 5 | FE | 4D | 50 |
| Octal | 265 | 243 | 363 | 32 | 41 | 0 | 5 | 376 | 115 | 120 |
| Binary | 10110101 | 10100011 | 11110011 | 11010 | 100001 | 0 | 101 | 11111110 | 1001101 | 1010000 |
Color Harmonies of #B5A3F3
Complementary color
Monochromatic Colors of #B5A3F3
Black with #B5A3F3
Text Example
Text Example
White with #B5A3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A3F3; }
p { color: rgb(181,163,243); }
H1.HeaderClassName
{
color: #B5A3F3;
}
.AnyTagClassName
{
color: #B5A3F3;
}
</style>
background-color css
<style>
a { background-color: #B5A3F3; }
a { background-color: rgb(181,163,243); }
div.DivClassName
{
background-color: #B5A3F3;
}
.BgClassName
{
background-color: #B5A3F3;
}
</style>
border-color css
<style>
span { border-color: #B5A3F3; }
span { border-color: rgb(181,163,243); }
td.TdClassName
{
border-color: #B5A3F3;
}
.TagClassName
{
border-color: #B5A3F3;
}
</style>