Shades of Melrose #B3A4FB
Tints of Melrose #B3A4FB
RGB
CMYK
RGB Variations
Color information
#B3A4FB (or 0xB3A4FB) is known color: Melrose. HEX triplet: B3, A4 and FB. RGB value is (179,164,251). Sum of RGB (Red+Green+Blue) = 179+164+251=594 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.13% from 594); Green value is 164 (64.45% from 255 or 27.61% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #B3A4FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A4FB is #4C5B04. Grayscale: #B2B2B2. Windows color (decimal): -5004037 or 16491699. OLE color: 16491699.
HSL color Cylindrical-coordinate representation of color #B3A4FB: hue angle of 250.34º 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 #B3A4FB is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 164 | 251 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.02 |
| HSL | 250.34º | 0.92% | 0.81% | - |
| HSV(B) | 250.34º | 0.35% | 0.98% | - |
| XYZ | 49.28 | 43.1 | 96.99 | - |
| YUV | 178.4 | 168.97 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 164 | 251 | 0.29 | 0.35 | 0 | 0.02 | 250.34 | 0.92 | 0.81 |
| Hex | B3 | A4 | FB | 1D | 23 | 0 | 2 | FA | 5C | 51 |
| Octal | 263 | 244 | 373 | 35 | 43 | 0 | 2 | 372 | 134 | 121 |
| Binary | 10110011 | 10100100 | 11111011 | 11101 | 100011 | 0 | 10 | 11111010 | 1011100 | 1010001 |
Color Harmonies of #B3A4FB
Complementary color
Monochromatic Colors of #B3A4FB
Black with #B3A4FB
Text Example
Text Example
White with #B3A4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A4FB; }
p { color: rgb(179,164,251); }
H1.HeaderClassName
{
color: #B3A4FB;
}
.AnyTagClassName
{
color: #B3A4FB;
}
</style>
background-color css
<style>
a { background-color: #B3A4FB; }
a { background-color: rgb(179,164,251); }
div.DivClassName
{
background-color: #B3A4FB;
}
.BgClassName
{
background-color: #B3A4FB;
}
</style>
border-color css
<style>
span { border-color: #B3A4FB; }
span { border-color: rgb(179,164,251); }
td.TdClassName
{
border-color: #B3A4FB;
}
.TagClassName
{
border-color: #B3A4FB;
}
</style>