Shades of Melrose #B7A3F3
Tints of Melrose #B7A3F3
RGB
CMYK
RGB Variations
Color information
#B7A3F3 (or 0xB7A3F3) is known color: Melrose. HEX triplet: B7, A3 and F3. RGB value is (183,163,243). Sum of RGB (Red+Green+Blue) = 183+163+243=589 (78% of max value = 765). Red value is 183 (71.88% from 255 or 31.07% from 589); Green value is 163 (64.06% from 255 or 27.67% 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 #B7A3F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A3F3 is #485C0C. Grayscale: #B1B1B1. Windows color (decimal): -4742157 or 15967159. OLE color: 15967159.
HSL color Cylindrical-coordinate representation of color #B7A3F3: hue angle of 255º 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 #B7A3F3 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 163 | 243 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.05 |
| HSL | 255º | 0.77% | 0.8% | - |
| HSV(B) | 255º | 0.33% | 0.95% | - |
| XYZ | 48.8 | 42.73 | 90.47 | - |
| YUV | 178.1 | 164.63 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 163 | 243 | 0.25 | 0.33 | 0 | 0.05 | 255 | 0.77 | 0.8 |
| Hex | B7 | A3 | F3 | 19 | 21 | 0 | 5 | FF | 4D | 50 |
| Octal | 267 | 243 | 363 | 31 | 41 | 0 | 5 | 377 | 115 | 120 |
| Binary | 10110111 | 10100011 | 11110011 | 11001 | 100001 | 0 | 101 | 11111111 | 1001101 | 1010000 |
Color Harmonies of #B7A3F3
Complementary color
Monochromatic Colors of #B7A3F3
Black with #B7A3F3
Text Example
Text Example
White with #B7A3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A3F3; }
p { color: rgb(183,163,243); }
H1.HeaderClassName
{
color: #B7A3F3;
}
.AnyTagClassName
{
color: #B7A3F3;
}
</style>
background-color css
<style>
a { background-color: #B7A3F3; }
a { background-color: rgb(183,163,243); }
div.DivClassName
{
background-color: #B7A3F3;
}
.BgClassName
{
background-color: #B7A3F3;
}
</style>
border-color css
<style>
span { border-color: #B7A3F3; }
span { border-color: rgb(183,163,243); }
td.TdClassName
{
border-color: #B7A3F3;
}
.TagClassName
{
border-color: #B7A3F3;
}
</style>