Shades of Melrose #B7A6FF
Tints of Melrose #B7A6FF
RGB
CMYK
RGB Variations
Color information
#B7A6FF (or 0xB7A6FF) is known color: Melrose. HEX triplet: B7, A6 and FF. RGB value is (183,166,255). Sum of RGB (Red+Green+Blue) = 183+166+255=604 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.30% from 604); Green value is 166 (65.23% from 255 or 27.48% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7A6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A6FF is #485900. Grayscale: #B4B4B4. Windows color (decimal): -4741377 or 16754359. OLE color: 16754359.
HSL color Cylindrical-coordinate representation of color #B7A6FF: hue angle of 251.46º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B7A6FF is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 166 | 255 | - |
| CMYK | 0.28 | 0.35 | 0 | 0 |
| HSL | 251.46º | 1% | 0.83% | - |
| HSV(B) | 251.46º | 0.35% | 1% | - |
| XYZ | 51.21 | 44.56 | 100.51 | - |
| YUV | 181.23 | 169.63 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 166 | 255 | 0.28 | 0.35 | 0 | 0 | 251.46 | 1 | 0.83 |
| Hex | B7 | A6 | FF | 1C | 23 | 0 | 0 | FB | 64 | 53 |
| Octal | 267 | 246 | 377 | 34 | 43 | 0 | 0 | 373 | 144 | 123 |
| Binary | 10110111 | 10100110 | 11111111 | 11100 | 100011 | 0 | 0 | 11111011 | 1100100 | 1010011 |
Color Harmonies of #B7A6FF
Complementary color
Monochromatic Colors of #B7A6FF
Black with #B7A6FF
Text Example
Text Example
White with #B7A6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A6FF; }
p { color: rgb(183,166,255); }
H1.HeaderClassName
{
color: #B7A6FF;
}
.AnyTagClassName
{
color: #B7A6FF;
}
</style>
background-color css
<style>
a { background-color: #B7A6FF; }
a { background-color: rgb(183,166,255); }
div.DivClassName
{
background-color: #B7A6FF;
}
.BgClassName
{
background-color: #B7A6FF;
}
</style>
border-color css
<style>
span { border-color: #B7A6FF; }
span { border-color: rgb(183,166,255); }
td.TdClassName
{
border-color: #B7A6FF;
}
.TagClassName
{
border-color: #B7A6FF;
}
</style>