Shades of Melrose #B2A3FF
Tints of Melrose #B2A3FF
RGB
CMYK
RGB Variations
Color information
#B2A3FF (or 0xB2A3FF) is known color: Melrose. HEX triplet: B2, A3 and FF. RGB value is (178,163,255). Sum of RGB (Red+Green+Blue) = 178+163+255=596 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.87% from 596); Green value is 163 (64.06% from 255 or 27.35% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2A3FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A3FF is #4D5C00. Grayscale: #B1B1B1. Windows color (decimal): -5069825 or 16753586. OLE color: 16753586.
HSL color Cylindrical-coordinate representation of color #B2A3FF: hue angle of 249.78º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B2A3FF is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 163 | 255 | - |
| CMYK | 0.30 | 0.36 | 0 | 0 |
| HSL | 249.78º | 1% | 0.82% | - |
| HSV(B) | 249.78º | 0.36% | 1% | - |
| XYZ | 49.51 | 42.88 | 100.28 | - |
| YUV | 177.97 | 171.47 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 163 | 255 | 0.30 | 0.36 | 0 | 0 | 249.78 | 1 | 0.82 |
| Hex | B2 | A3 | FF | 1E | 24 | 0 | 0 | FA | 64 | 52 |
| Octal | 262 | 243 | 377 | 36 | 44 | 0 | 0 | 372 | 144 | 122 |
| Binary | 10110010 | 10100011 | 11111111 | 11110 | 100100 | 0 | 0 | 11111010 | 1100100 | 1010010 |
Color Harmonies of #B2A3FF
Complementary color
Monochromatic Colors of #B2A3FF
Black with #B2A3FF
Text Example
Text Example
White with #B2A3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A3FF; }
p { color: rgb(178,163,255); }
H1.HeaderClassName
{
color: #B2A3FF;
}
.AnyTagClassName
{
color: #B2A3FF;
}
</style>
background-color css
<style>
a { background-color: #B2A3FF; }
a { background-color: rgb(178,163,255); }
div.DivClassName
{
background-color: #B2A3FF;
}
.BgClassName
{
background-color: #B2A3FF;
}
</style>
border-color css
<style>
span { border-color: #B2A3FF; }
span { border-color: rgb(178,163,255); }
td.TdClassName
{
border-color: #B2A3FF;
}
.TagClassName
{
border-color: #B2A3FF;
}
</style>