Shades of Melrose #B4A3F3
Tints of Melrose #B4A3F3
RGB
CMYK
RGB Variations
Color information
#B4A3F3 (or 0xB4A3F3) is known color: Melrose. HEX triplet: B4, A3 and F3. RGB value is (180,163,243). Sum of RGB (Red+Green+Blue) = 180+163+243=586 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.72% from 586); Green value is 163 (64.06% from 255 or 27.82% from 586); Blue value is 243 (95.31% from 255 or 41.47% from 586); Max value from RGB is 243 - color contains mainly: blue. Hex color #B4A3F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A3F3 is #4B5C0C. Grayscale: #B0B0B0. Windows color (decimal): -4938765 or 15967156. OLE color: 15967156.
HSL color Cylindrical-coordinate representation of color #B4A3F3: hue angle of 252.75º 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 #B4A3F3 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 163 | 243 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.05 |
| HSL | 252.75º | 0.77% | 0.8% | - |
| HSV(B) | 252.75º | 0.33% | 0.95% | - |
| XYZ | 48.1 | 42.37 | 90.44 | - |
| YUV | 177.2 | 165.13 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 163 | 243 | 0.26 | 0.33 | 0 | 0.05 | 252.75 | 0.77 | 0.8 |
| Hex | B4 | A3 | F3 | 1A | 21 | 0 | 5 | FD | 4D | 50 |
| Octal | 264 | 243 | 363 | 32 | 41 | 0 | 5 | 375 | 115 | 120 |
| Binary | 10110100 | 10100011 | 11110011 | 11010 | 100001 | 0 | 101 | 11111101 | 1001101 | 1010000 |
Color Harmonies of #B4A3F3
Complementary color
Monochromatic Colors of #B4A3F3
Black with #B4A3F3
Text Example
Text Example
White with #B4A3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A3F3; }
p { color: rgb(180,163,243); }
H1.HeaderClassName
{
color: #B4A3F3;
}
.AnyTagClassName
{
color: #B4A3F3;
}
</style>
background-color css
<style>
a { background-color: #B4A3F3; }
a { background-color: rgb(180,163,243); }
div.DivClassName
{
background-color: #B4A3F3;
}
.BgClassName
{
background-color: #B4A3F3;
}
</style>
border-color css
<style>
span { border-color: #B4A3F3; }
span { border-color: rgb(180,163,243); }
td.TdClassName
{
border-color: #B4A3F3;
}
.TagClassName
{
border-color: #B4A3F3;
}
</style>