Shades of Melrose #B3A3FA
Tints of Melrose #B3A3FA
RGB
CMYK
RGB Variations
Color information
#B3A3FA (or 0xB3A3FA) is known color: Melrose. HEX triplet: B3, A3 and FA. RGB value is (179,163,250). Sum of RGB (Red+Green+Blue) = 179+163+250=592 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.24% from 592); Green value is 163 (64.06% from 255 or 27.53% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #B3A3FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A3FA is #4C5C05. Grayscale: #B1B1B1. Windows color (decimal): -5004294 or 16425907. OLE color: 16425907.
HSL color Cylindrical-coordinate representation of color #B3A3FA: hue angle of 251.03º degrees, saturation: 0.9, 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 #B3A3FA is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 163 | 250 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.02 |
| HSL | 251.03º | 0.9% | 0.81% | - |
| HSV(B) | 251.03º | 0.35% | 0.98% | - |
| XYZ | 48.94 | 42.68 | 96.1 | - |
| YUV | 177.7 | 168.8 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 163 | 250 | 0.28 | 0.35 | 0 | 0.02 | 251.03 | 0.9 | 0.81 |
| Hex | B3 | A3 | FA | 1C | 23 | 0 | 2 | FB | 5A | 51 |
| Octal | 263 | 243 | 372 | 34 | 43 | 0 | 2 | 373 | 132 | 121 |
| Binary | 10110011 | 10100011 | 11111010 | 11100 | 100011 | 0 | 10 | 11111011 | 1011010 | 1010001 |
Color Harmonies of #B3A3FA
Complementary color
Monochromatic Colors of #B3A3FA
Black with #B3A3FA
Text Example
Text Example
White with #B3A3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A3FA; }
p { color: rgb(179,163,250); }
H1.HeaderClassName
{
color: #B3A3FA;
}
.AnyTagClassName
{
color: #B3A3FA;
}
</style>
background-color css
<style>
a { background-color: #B3A3FA; }
a { background-color: rgb(179,163,250); }
div.DivClassName
{
background-color: #B3A3FA;
}
.BgClassName
{
background-color: #B3A3FA;
}
</style>
border-color css
<style>
span { border-color: #B3A3FA; }
span { border-color: rgb(179,163,250); }
td.TdClassName
{
border-color: #B3A3FA;
}
.TagClassName
{
border-color: #B3A3FA;
}
</style>