Shades of Melrose #B09FFF
Tints of Melrose #B09FFF
RGB
CMYK
RGB Variations
Color information
#B09FFF (or 0xB09FFF) is known color: Melrose. HEX triplet: B0, 9F and FF. RGB value is (176,159,255). Sum of RGB (Red+Green+Blue) = 176+159+255=590 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.83% from 590); Green value is 159 (62.5% from 255 or 26.95% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #B09FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09FFF is #4F6000. Grayscale: #AEAEAE. Windows color (decimal): -5201921 or 16752560. OLE color: 16752560.
HSL color Cylindrical-coordinate representation of color #B09FFF: hue angle of 250.63º 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 #B09FFF is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 159 | 255 | - |
| CMYK | 0.31 | 0.38 | 0 | 0 |
| HSL | 250.63º | 1% | 0.81% | - |
| HSV(B) | 250.63º | 0.38% | 1% | - |
| XYZ | 48.35 | 41.25 | 100.02 | - |
| YUV | 175.03 | 173.13 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 159 | 255 | 0.31 | 0.38 | 0 | 0 | 250.63 | 1 | 0.81 |
| Hex | B0 | 9F | FF | 1F | 26 | 0 | 0 | FB | 64 | 51 |
| Octal | 260 | 237 | 377 | 37 | 46 | 0 | 0 | 373 | 144 | 121 |
| Binary | 10110000 | 10011111 | 11111111 | 11111 | 100110 | 0 | 0 | 11111011 | 1100100 | 1010001 |
Color Harmonies of #B09FFF
Complementary color
Monochromatic Colors of #B09FFF
Black with #B09FFF
Text Example
Text Example
White with #B09FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09FFF; }
p { color: rgb(176,159,255); }
H1.HeaderClassName
{
color: #B09FFF;
}
.AnyTagClassName
{
color: #B09FFF;
}
</style>
background-color css
<style>
a { background-color: #B09FFF; }
a { background-color: rgb(176,159,255); }
div.DivClassName
{
background-color: #B09FFF;
}
.BgClassName
{
background-color: #B09FFF;
}
</style>
border-color css
<style>
span { border-color: #B09FFF; }
span { border-color: rgb(176,159,255); }
td.TdClassName
{
border-color: #B09FFF;
}
.TagClassName
{
border-color: #B09FFF;
}
</style>