Shades of Melrose #B6A4F3
Tints of Melrose #B6A4F3
RGB
CMYK
RGB Variations
Color information
#B6A4F3 (or 0xB6A4F3) is known color: Melrose. HEX triplet: B6, A4 and F3. RGB value is (182,164,243). Sum of RGB (Red+Green+Blue) = 182+164+243=589 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.90% from 589); Green value is 164 (64.45% from 255 or 27.84% from 589); Blue value is 243 (95.31% from 255 or 41.26% from 589); Max value from RGB is 243 - color contains mainly: blue. Hex color #B6A4F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A4F3 is #495B0C. Grayscale: #B2B2B2. Windows color (decimal): -4807437 or 15967414. OLE color: 15967414.
HSL color Cylindrical-coordinate representation of color #B6A4F3: hue angle of 253.67º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B6A4F3 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 164 | 243 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.05 |
| HSL | 253.67º | 0.77% | 0.8% | - |
| HSV(B) | 253.67º | 0.33% | 0.95% | - |
| XYZ | 48.74 | 42.97 | 90.52 | - |
| YUV | 178.39 | 164.46 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 164 | 243 | 0.25 | 0.33 | 0 | 0.05 | 253.67 | 0.77 | 0.8 |
| Hex | B6 | A4 | F3 | 19 | 21 | 0 | 5 | FE | 4D | 50 |
| Octal | 266 | 244 | 363 | 31 | 41 | 0 | 5 | 376 | 115 | 120 |
| Binary | 10110110 | 10100100 | 11110011 | 11001 | 100001 | 0 | 101 | 11111110 | 1001101 | 1010000 |
Color Harmonies of #B6A4F3
Complementary color
Monochromatic Colors of #B6A4F3
Black with #B6A4F3
Text Example
Text Example
White with #B6A4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A4F3; }
p { color: rgb(182,164,243); }
H1.HeaderClassName
{
color: #B6A4F3;
}
.AnyTagClassName
{
color: #B6A4F3;
}
</style>
background-color css
<style>
a { background-color: #B6A4F3; }
a { background-color: rgb(182,164,243); }
div.DivClassName
{
background-color: #B6A4F3;
}
.BgClassName
{
background-color: #B6A4F3;
}
</style>
border-color css
<style>
span { border-color: #B6A4F3; }
span { border-color: rgb(182,164,243); }
td.TdClassName
{
border-color: #B6A4F3;
}
.TagClassName
{
border-color: #B6A4F3;
}
</style>