Shades of Melrose #B39FFF
Tints of Melrose #B39FFF
RGB
CMYK
RGB Variations
Color information
#B39FFF (or 0xB39FFF) is known color: Melrose. HEX triplet: B3, 9F and FF. RGB value is (179,159,255). Sum of RGB (Red+Green+Blue) = 179+159+255=593 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.19% from 593); Green value is 159 (62.5% from 255 or 26.81% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #B39FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39FFF is #4C6000. Grayscale: #AFAFAF. Windows color (decimal): -5005313 or 16752563. OLE color: 16752563.
HSL color Cylindrical-coordinate representation of color #B39FFF: hue angle of 252.5º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B39FFF is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 159 | 255 | - |
| CMYK | 0.30 | 0.38 | 0 | 0 |
| HSL | 252.5º | 1% | 0.81% | - |
| HSV(B) | 252.5º | 0.38% | 1% | - |
| XYZ | 49.04 | 41.6 | 100.05 | - |
| YUV | 175.92 | 172.63 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 159 | 255 | 0.30 | 0.38 | 0 | 0 | 252.5 | 1 | 0.81 |
| Hex | B3 | 9F | FF | 1E | 26 | 0 | 0 | FD | 64 | 51 |
| Octal | 263 | 237 | 377 | 36 | 46 | 0 | 0 | 375 | 144 | 121 |
| Binary | 10110011 | 10011111 | 11111111 | 11110 | 100110 | 0 | 0 | 11111101 | 1100100 | 1010001 |
Color Harmonies of #B39FFF
Complementary color
Monochromatic Colors of #B39FFF
Black with #B39FFF
Text Example
Text Example
White with #B39FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39FFF; }
p { color: rgb(179,159,255); }
H1.HeaderClassName
{
color: #B39FFF;
}
.AnyTagClassName
{
color: #B39FFF;
}
</style>
background-color css
<style>
a { background-color: #B39FFF; }
a { background-color: rgb(179,159,255); }
div.DivClassName
{
background-color: #B39FFF;
}
.BgClassName
{
background-color: #B39FFF;
}
</style>
border-color css
<style>
span { border-color: #B39FFF; }
span { border-color: rgb(179,159,255); }
td.TdClassName
{
border-color: #B39FFF;
}
.TagClassName
{
border-color: #B39FFF;
}
</style>