Shades of Melrose #B7A0FD
Tints of Melrose #B7A0FD
RGB
CMYK
RGB Variations
Color information
#B7A0FD (or 0xB7A0FD) is known color: Melrose. HEX triplet: B7, A0 and FD. RGB value is (183,160,253). Sum of RGB (Red+Green+Blue) = 183+160+253=596 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.70% from 596); Green value is 160 (62.89% from 255 or 26.85% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #B7A0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A0FD is #485F02. Grayscale: #B1B1B1. Windows color (decimal): -4742915 or 16621751. OLE color: 16621751.
HSL color Cylindrical-coordinate representation of color #B7A0FD: hue angle of 254.84º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B7A0FD is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 160 | 253 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.01 |
| HSL | 254.84º | 0.96% | 0.81% | - |
| HSV(B) | 254.84º | 0.37% | 0.99% | - |
| XYZ | 49.83 | 42.3 | 98.47 | - |
| YUV | 177.48 | 170.62 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 253 | 0.28 | 0.37 | 0 | 0.01 | 254.84 | 0.96 | 0.81 |
| Hex | B7 | A0 | FD | 1C | 25 | 0 | 1 | FF | 60 | 51 |
| Octal | 267 | 240 | 375 | 34 | 45 | 0 | 1 | 377 | 140 | 121 |
| Binary | 10110111 | 10100000 | 11111101 | 11100 | 100101 | 0 | 1 | 11111111 | 1100000 | 1010001 |
Color Harmonies of #B7A0FD
Complementary color
Monochromatic Colors of #B7A0FD
Black with #B7A0FD
Text Example
Text Example
White with #B7A0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A0FD; }
p { color: rgb(183,160,253); }
H1.HeaderClassName
{
color: #B7A0FD;
}
.AnyTagClassName
{
color: #B7A0FD;
}
</style>
background-color css
<style>
a { background-color: #B7A0FD; }
a { background-color: rgb(183,160,253); }
div.DivClassName
{
background-color: #B7A0FD;
}
.BgClassName
{
background-color: #B7A0FD;
}
</style>
border-color css
<style>
span { border-color: #B7A0FD; }
span { border-color: rgb(183,160,253); }
td.TdClassName
{
border-color: #B7A0FD;
}
.TagClassName
{
border-color: #B7A0FD;
}
</style>