Shades of Melrose #B7A4FB
Tints of Melrose #B7A4FB
RGB
CMYK
RGB Variations
Color information
#B7A4FB (or 0xB7A4FB) is known color: Melrose. HEX triplet: B7, A4 and FB. RGB value is (183,164,251). Sum of RGB (Red+Green+Blue) = 183+164+251=598 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.60% from 598); Green value is 164 (64.45% from 255 or 27.42% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #B7A4FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A4FB is #485B04. Grayscale: #B3B3B3. Windows color (decimal): -4741893 or 16491703. OLE color: 16491703.
HSL color Cylindrical-coordinate representation of color #B7A4FB: hue angle of 253.1º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B7A4FB is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 164 | 251 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.02 |
| HSL | 253.1º | 0.92% | 0.81% | - |
| HSV(B) | 253.1º | 0.35% | 0.98% | - |
| XYZ | 50.22 | 43.58 | 97.03 | - |
| YUV | 179.6 | 168.29 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 164 | 251 | 0.27 | 0.35 | 0 | 0.02 | 253.1 | 0.92 | 0.81 |
| Hex | B7 | A4 | FB | 1B | 23 | 0 | 2 | FD | 5C | 51 |
| Octal | 267 | 244 | 373 | 33 | 43 | 0 | 2 | 375 | 134 | 121 |
| Binary | 10110111 | 10100100 | 11111011 | 11011 | 100011 | 0 | 10 | 11111101 | 1011100 | 1010001 |
Color Harmonies of #B7A4FB
Complementary color
Monochromatic Colors of #B7A4FB
Black with #B7A4FB
Text Example
Text Example
White with #B7A4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A4FB; }
p { color: rgb(183,164,251); }
H1.HeaderClassName
{
color: #B7A4FB;
}
.AnyTagClassName
{
color: #B7A4FB;
}
</style>
background-color css
<style>
a { background-color: #B7A4FB; }
a { background-color: rgb(183,164,251); }
div.DivClassName
{
background-color: #B7A4FB;
}
.BgClassName
{
background-color: #B7A4FB;
}
</style>
border-color css
<style>
span { border-color: #B7A4FB; }
span { border-color: rgb(183,164,251); }
td.TdClassName
{
border-color: #B7A4FB;
}
.TagClassName
{
border-color: #B7A4FB;
}
</style>