Shades of Melrose #B7A6F3
Tints of Melrose #B7A6F3
RGB
CMYK
RGB Variations
Color information
#B7A6F3 (or 0xB7A6F3) is known color: Melrose. HEX triplet: B7, A6 and F3. RGB value is (183,166,243). Sum of RGB (Red+Green+Blue) = 183+166+243=592 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.91% from 592); Green value is 166 (65.23% from 255 or 28.04% from 592); Blue value is 243 (95.31% from 255 or 41.05% from 592); Max value from RGB is 243 - color contains mainly: blue. Hex color #B7A6F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A6F3 is #48590C. Grayscale: #B3B3B3. Windows color (decimal): -4741389 or 15967927. OLE color: 15967927.
HSL color Cylindrical-coordinate representation of color #B7A6F3: hue angle of 253.25º 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 #B7A6F3 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 166 | 243 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.05 |
| HSL | 253.25º | 0.76% | 0.8% | - |
| HSV(B) | 253.25º | 0.32% | 0.95% | - |
| XYZ | 49.34 | 43.81 | 90.65 | - |
| YUV | 179.86 | 163.63 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 166 | 243 | 0.25 | 0.32 | 0 | 0.05 | 253.25 | 0.76 | 0.8 |
| Hex | B7 | A6 | F3 | 19 | 20 | 0 | 5 | FD | 4C | 50 |
| Octal | 267 | 246 | 363 | 31 | 40 | 0 | 5 | 375 | 114 | 120 |
| Binary | 10110111 | 10100110 | 11110011 | 11001 | 100000 | 0 | 101 | 11111101 | 1001100 | 1010000 |
Color Harmonies of #B7A6F3
Complementary color
Monochromatic Colors of #B7A6F3
Black with #B7A6F3
Text Example
Text Example
White with #B7A6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A6F3; }
p { color: rgb(183,166,243); }
H1.HeaderClassName
{
color: #B7A6F3;
}
.AnyTagClassName
{
color: #B7A6F3;
}
</style>
background-color css
<style>
a { background-color: #B7A6F3; }
a { background-color: rgb(183,166,243); }
div.DivClassName
{
background-color: #B7A6F3;
}
.BgClassName
{
background-color: #B7A6F3;
}
</style>
border-color css
<style>
span { border-color: #B7A6F3; }
span { border-color: rgb(183,166,243); }
td.TdClassName
{
border-color: #B7A6F3;
}
.TagClassName
{
border-color: #B7A6F3;
}
</style>