Shades of Melrose #B7A5F3
Tints of Melrose #B7A5F3
RGB
CMYK
RGB Variations
Color information
#B7A5F3 (or 0xB7A5F3) is known color: Melrose. HEX triplet: B7, A5 and F3. RGB value is (183,165,243). Sum of RGB (Red+Green+Blue) = 183+165+243=591 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.96% from 591); Green value is 165 (64.84% from 255 or 27.92% from 591); Blue value is 243 (95.31% from 255 or 41.12% from 591); Max value from RGB is 243 - color contains mainly: blue. Hex color #B7A5F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A5F3 is #485A0C. Grayscale: #B2B2B2. Windows color (decimal): -4741645 or 15967671. OLE color: 15967671.
HSL color Cylindrical-coordinate representation of color #B7A5F3: hue angle of 253.85º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B7A5F3 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 165 | 243 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.05 |
| HSL | 253.85º | 0.76% | 0.8% | - |
| HSV(B) | 253.85º | 0.32% | 0.95% | - |
| XYZ | 49.16 | 43.45 | 90.59 | - |
| YUV | 179.27 | 163.96 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 165 | 243 | 0.25 | 0.32 | 0 | 0.05 | 253.85 | 0.76 | 0.8 |
| Hex | B7 | A5 | F3 | 19 | 20 | 0 | 5 | FE | 4C | 50 |
| Octal | 267 | 245 | 363 | 31 | 40 | 0 | 5 | 376 | 114 | 120 |
| Binary | 10110111 | 10100101 | 11110011 | 11001 | 100000 | 0 | 101 | 11111110 | 1001100 | 1010000 |
Color Harmonies of #B7A5F3
Complementary color
Monochromatic Colors of #B7A5F3
Black with #B7A5F3
Text Example
Text Example
White with #B7A5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A5F3; }
p { color: rgb(183,165,243); }
H1.HeaderClassName
{
color: #B7A5F3;
}
.AnyTagClassName
{
color: #B7A5F3;
}
</style>
background-color css
<style>
a { background-color: #B7A5F3; }
a { background-color: rgb(183,165,243); }
div.DivClassName
{
background-color: #B7A5F3;
}
.BgClassName
{
background-color: #B7A5F3;
}
</style>
border-color css
<style>
span { border-color: #B7A5F3; }
span { border-color: rgb(183,165,243); }
td.TdClassName
{
border-color: #B7A5F3;
}
.TagClassName
{
border-color: #B7A5F3;
}
</style>