Shades of Melrose #B3A3FC
Tints of Melrose #B3A3FC
RGB
CMYK
RGB Variations
Color information
#B3A3FC (or 0xB3A3FC) is known color: Melrose. HEX triplet: B3, A3 and FC. RGB value is (179,163,252). Sum of RGB (Red+Green+Blue) = 179+163+252=594 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.13% from 594); Green value is 163 (64.06% from 255 or 27.44% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #B3A3FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A3FC is #4C5C03. Grayscale: #B1B1B1. Windows color (decimal): -5004292 or 16556979. OLE color: 16556979.
HSL color Cylindrical-coordinate representation of color #B3A3FC: hue angle of 250.79º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B3A3FC is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 163 | 252 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.01 |
| HSL | 250.79º | 0.94% | 0.81% | - |
| HSV(B) | 250.79º | 0.35% | 0.99% | - |
| XYZ | 49.26 | 42.81 | 97.76 | - |
| YUV | 177.93 | 169.8 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 163 | 252 | 0.29 | 0.35 | 0 | 0.01 | 250.79 | 0.94 | 0.81 |
| Hex | B3 | A3 | FC | 1D | 23 | 0 | 1 | FB | 5E | 51 |
| Octal | 263 | 243 | 374 | 35 | 43 | 0 | 1 | 373 | 136 | 121 |
| Binary | 10110011 | 10100011 | 11111100 | 11101 | 100011 | 0 | 1 | 11111011 | 1011110 | 1010001 |
Color Harmonies of #B3A3FC
Complementary color
Monochromatic Colors of #B3A3FC
Black with #B3A3FC
Text Example
Text Example
White with #B3A3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A3FC; }
p { color: rgb(179,163,252); }
H1.HeaderClassName
{
color: #B3A3FC;
}
.AnyTagClassName
{
color: #B3A3FC;
}
</style>
background-color css
<style>
a { background-color: #B3A3FC; }
a { background-color: rgb(179,163,252); }
div.DivClassName
{
background-color: #B3A3FC;
}
.BgClassName
{
background-color: #B3A3FC;
}
</style>
border-color css
<style>
span { border-color: #B3A3FC; }
span { border-color: rgb(179,163,252); }
td.TdClassName
{
border-color: #B3A3FC;
}
.TagClassName
{
border-color: #B3A3FC;
}
</style>