Shades of Melrose #B7B0F5
Tints of Melrose #B7B0F5
RGB
CMYK
RGB Variations
Color information
#B7B0F5 (or 0xB7B0F5) is known color: Melrose. HEX triplet: B7, B0 and F5. RGB value is (183,176,245). Sum of RGB (Red+Green+Blue) = 183+176+245=604 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.30% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 245 (96.09% from 255 or 40.56% from 604); Max value from RGB is 245 - color contains mainly: blue. Hex color #B7B0F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7B0F5 is #484F0A. Grayscale: #B9B9B9. Windows color (decimal): -4738827 or 16101559. OLE color: 16101559.
HSL color Cylindrical-coordinate representation of color #B7B0F5: hue angle of 246.09º degrees, saturation: 0.78, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7B0F5 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 176 | 245 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.04 |
| HSL | 246.09º | 0.78% | 0.83% | - |
| HSV(B) | 246.09º | 0.28% | 0.96% | - |
| XYZ | 51.54 | 47.71 | 92.88 | - |
| YUV | 185.96 | 161.32 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 245 | 0.25 | 0.28 | 0 | 0.04 | 246.09 | 0.78 | 0.83 |
| Hex | B7 | B0 | F5 | 19 | 1C | 0 | 4 | F6 | 4E | 53 |
| Octal | 267 | 260 | 365 | 31 | 34 | 0 | 4 | 366 | 116 | 123 |
| Binary | 10110111 | 10110000 | 11110101 | 11001 | 11100 | 0 | 100 | 11110110 | 1001110 | 1010011 |
Color Harmonies of #B7B0F5
Complementary color
Monochromatic Colors of #B7B0F5
Black with #B7B0F5
Text Example
Text Example
White with #B7B0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B0F5; }
p { color: rgb(183,176,245); }
H1.HeaderClassName
{
color: #B7B0F5;
}
.AnyTagClassName
{
color: #B7B0F5;
}
</style>
background-color css
<style>
a { background-color: #B7B0F5; }
a { background-color: rgb(183,176,245); }
div.DivClassName
{
background-color: #B7B0F5;
}
.BgClassName
{
background-color: #B7B0F5;
}
</style>
border-color css
<style>
span { border-color: #B7B0F5; }
span { border-color: rgb(183,176,245); }
td.TdClassName
{
border-color: #B7B0F5;
}
.TagClassName
{
border-color: #B7B0F5;
}
</style>