Shades of Melrose #B59FFF
Tints of Melrose #B59FFF
RGB
CMYK
RGB Variations
Color information
#B59FFF (or 0xB59FFF) is known color: Melrose. HEX triplet: B5, 9F and FF. RGB value is (181,159,255). Sum of RGB (Red+Green+Blue) = 181+159+255=595 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.42% from 595); Green value is 159 (62.5% from 255 or 26.72% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #B59FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59FFF is #4A6000. Grayscale: #B0B0B0. Windows color (decimal): -4874241 or 16752565. OLE color: 16752565.
HSL color Cylindrical-coordinate representation of color #B59FFF: hue angle of 253.75º 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 #B59FFF is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 159 | 255 | - |
| CMYK | 0.29 | 0.38 | 0 | 0 |
| HSL | 253.75º | 1% | 0.81% | - |
| HSV(B) | 253.75º | 0.38% | 1% | - |
| XYZ | 49.5 | 41.84 | 100.07 | - |
| YUV | 176.52 | 172.29 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 159 | 255 | 0.29 | 0.38 | 0 | 0 | 253.75 | 1 | 0.81 |
| Hex | B5 | 9F | FF | 1D | 26 | 0 | 0 | FE | 64 | 51 |
| Octal | 265 | 237 | 377 | 35 | 46 | 0 | 0 | 376 | 144 | 121 |
| Binary | 10110101 | 10011111 | 11111111 | 11101 | 100110 | 0 | 0 | 11111110 | 1100100 | 1010001 |
Color Harmonies of #B59FFF
Complementary color
Monochromatic Colors of #B59FFF
Black with #B59FFF
Text Example
Text Example
White with #B59FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59FFF; }
p { color: rgb(181,159,255); }
H1.HeaderClassName
{
color: #B59FFF;
}
.AnyTagClassName
{
color: #B59FFF;
}
</style>
background-color css
<style>
a { background-color: #B59FFF; }
a { background-color: rgb(181,159,255); }
div.DivClassName
{
background-color: #B59FFF;
}
.BgClassName
{
background-color: #B59FFF;
}
</style>
border-color css
<style>
span { border-color: #B59FFF; }
span { border-color: rgb(181,159,255); }
td.TdClassName
{
border-color: #B59FFF;
}
.TagClassName
{
border-color: #B59FFF;
}
</style>