Shades of Melrose #B7A7FF
Tints of Melrose #B7A7FF
RGB
CMYK
RGB Variations
Color information
#B7A7FF (or 0xB7A7FF) is known color: Melrose. HEX triplet: B7, A7 and FF. RGB value is (183,167,255). Sum of RGB (Red+Green+Blue) = 183+167+255=605 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.25% from 605); Green value is 167 (65.62% from 255 or 27.60% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7A7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A7FF is #485800. Grayscale: #B5B5B5. Windows color (decimal): -4741121 or 16754615. OLE color: 16754615.
HSL color Cylindrical-coordinate representation of color #B7A7FF: hue angle of 250.91º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B7A7FF is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 167 | 255 | - |
| CMYK | 0.28 | 0.35 | 0 | 0 |
| HSL | 250.91º | 1% | 0.83% | - |
| HSV(B) | 250.91º | 0.35% | 1% | - |
| XYZ | 51.4 | 44.92 | 100.57 | - |
| YUV | 181.82 | 169.3 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 167 | 255 | 0.28 | 0.35 | 0 | 0 | 250.91 | 1 | 0.83 |
| Hex | B7 | A7 | FF | 1C | 23 | 0 | 0 | FB | 64 | 53 |
| Octal | 267 | 247 | 377 | 34 | 43 | 0 | 0 | 373 | 144 | 123 |
| Binary | 10110111 | 10100111 | 11111111 | 11100 | 100011 | 0 | 0 | 11111011 | 1100100 | 1010011 |
Color Harmonies of #B7A7FF
Complementary color
Monochromatic Colors of #B7A7FF
Black with #B7A7FF
Text Example
Text Example
White with #B7A7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A7FF; }
p { color: rgb(183,167,255); }
H1.HeaderClassName
{
color: #B7A7FF;
}
.AnyTagClassName
{
color: #B7A7FF;
}
</style>
background-color css
<style>
a { background-color: #B7A7FF; }
a { background-color: rgb(183,167,255); }
div.DivClassName
{
background-color: #B7A7FF;
}
.BgClassName
{
background-color: #B7A7FF;
}
</style>
border-color css
<style>
span { border-color: #B7A7FF; }
span { border-color: rgb(183,167,255); }
td.TdClassName
{
border-color: #B7A7FF;
}
.TagClassName
{
border-color: #B7A7FF;
}
</style>