Shades of Melrose #B6A3EE
Tints of Melrose #B6A3EE
RGB
CMYK
RGB Variations
Color information
#B6A3EE (or 0xB6A3EE) is known color: Melrose. HEX triplet: B6, A3 and EE. RGB value is (182,163,238). Sum of RGB (Red+Green+Blue) = 182+163+238=583 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.22% from 583); Green value is 163 (64.06% from 255 or 27.96% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #B6A3EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A3EE is #495C11. Grayscale: #B0B0B0. Windows color (decimal): -4807698 or 15639478. OLE color: 15639478.
HSL color Cylindrical-coordinate representation of color #B6A3EE: hue angle of 255.2º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B6A3EE is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 163 | 238 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.07 |
| HSL | 255.2º | 0.69% | 0.79% | - |
| HSV(B) | 255.2º | 0.32% | 0.93% | - |
| XYZ | 47.82 | 42.31 | 86.54 | - |
| YUV | 177.23 | 162.29 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 163 | 238 | 0.24 | 0.32 | 0 | 0.07 | 255.2 | 0.69 | 0.79 |
| Hex | B6 | A3 | EE | 18 | 20 | 0 | 7 | FF | 45 | 4F |
| Octal | 266 | 243 | 356 | 30 | 40 | 0 | 7 | 377 | 105 | 117 |
| Binary | 10110110 | 10100011 | 11101110 | 11000 | 100000 | 0 | 111 | 11111111 | 1000101 | 1001111 |
Color Harmonies of #B6A3EE
Complementary color
Monochromatic Colors of #B6A3EE
Black with #B6A3EE
Text Example
Text Example
White with #B6A3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A3EE; }
p { color: rgb(182,163,238); }
H1.HeaderClassName
{
color: #B6A3EE;
}
.AnyTagClassName
{
color: #B6A3EE;
}
</style>
background-color css
<style>
a { background-color: #B6A3EE; }
a { background-color: rgb(182,163,238); }
div.DivClassName
{
background-color: #B6A3EE;
}
.BgClassName
{
background-color: #B6A3EE;
}
</style>
border-color css
<style>
span { border-color: #B6A3EE; }
span { border-color: rgb(182,163,238); }
td.TdClassName
{
border-color: #B6A3EE;
}
.TagClassName
{
border-color: #B6A3EE;
}
</style>