Shades of Melrose #B6A1FB
Tints of Melrose #B6A1FB
RGB
CMYK
RGB Variations
Color information
#B6A1FB (or 0xB6A1FB) is known color: Melrose. HEX triplet: B6, A1 and FB. RGB value is (182,161,251). Sum of RGB (Red+Green+Blue) = 182+161+251=594 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.64% from 594); Green value is 161 (63.28% from 255 or 27.10% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #B6A1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A1FB is #495E04. Grayscale: #B1B1B1. Windows color (decimal): -4808197 or 16490934. OLE color: 16490934.
HSL color Cylindrical-coordinate representation of color #B6A1FB: hue angle of 254º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B6A1FB is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 161 | 251 | - |
| CMYK | 0.27 | 0.36 | 0 | 0.02 |
| HSL | 254º | 0.92% | 0.81% | - |
| HSV(B) | 254º | 0.36% | 0.98% | - |
| XYZ | 49.45 | 42.4 | 96.84 | - |
| YUV | 177.54 | 169.46 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 161 | 251 | 0.27 | 0.36 | 0 | 0.02 | 254 | 0.92 | 0.81 |
| Hex | B6 | A1 | FB | 1B | 24 | 0 | 2 | FE | 5C | 51 |
| Octal | 266 | 241 | 373 | 33 | 44 | 0 | 2 | 376 | 134 | 121 |
| Binary | 10110110 | 10100001 | 11111011 | 11011 | 100100 | 0 | 10 | 11111110 | 1011100 | 1010001 |
Color Harmonies of #B6A1FB
Complementary color
Monochromatic Colors of #B6A1FB
Black with #B6A1FB
Text Example
Text Example
White with #B6A1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A1FB; }
p { color: rgb(182,161,251); }
H1.HeaderClassName
{
color: #B6A1FB;
}
.AnyTagClassName
{
color: #B6A1FB;
}
</style>
background-color css
<style>
a { background-color: #B6A1FB; }
a { background-color: rgb(182,161,251); }
div.DivClassName
{
background-color: #B6A1FB;
}
.BgClassName
{
background-color: #B6A1FB;
}
</style>
border-color css
<style>
span { border-color: #B6A1FB; }
span { border-color: rgb(182,161,251); }
td.TdClassName
{
border-color: #B6A1FB;
}
.TagClassName
{
border-color: #B6A1FB;
}
</style>