Shades of Biloba Flower #B18FF0
Tints of Biloba Flower #B18FF0
RGB
CMYK
RGB Variations
Color information
#B18FF0 (or 0xB18FF0) is known color: Biloba Flower. HEX triplet: B1, 8F and F0. RGB value is (177,143,240). Sum of RGB (Red+Green+Blue) = 177+143+240=560 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.61% from 560); Green value is 143 (56.25% from 255 or 25.54% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 240 - color contains mainly: blue. Hex color #B18FF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18FF0 is #4E700F. Grayscale: #A3A3A3. Windows color (decimal): -5140496 or 15765425. OLE color: 15765425.
HSL color Cylindrical-coordinate representation of color #B18FF0: hue angle of 261.03º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B18FF0 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 143 | 240 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.06 |
| HSL | 261.03º | 0.76% | 0.75% | - |
| HSV(B) | 261.03º | 0.4% | 0.94% | - |
| XYZ | 43.68 | 35.28 | 86.95 | - |
| YUV | 164.22 | 170.76 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 240 | 0.26 | 0.40 | 0 | 0.06 | 261.03 | 0.76 | 0.75 |
| Hex | B1 | 8F | F0 | 1A | 28 | 0 | 6 | 105 | 4C | 4B |
| Octal | 261 | 217 | 360 | 32 | 50 | 0 | 6 | 405 | 114 | 113 |
| Binary | 10110001 | 10001111 | 11110000 | 11010 | 101000 | 0 | 110 | 100000101 | 1001100 | 1001011 |
Color Harmonies of #B18FF0
Complementary color
Monochromatic Colors of #B18FF0
Black with #B18FF0
Text Example
Text Example
White with #B18FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18FF0; }
p { color: rgb(177,143,240); }
H1.HeaderClassName
{
color: #B18FF0;
}
.AnyTagClassName
{
color: #B18FF0;
}
</style>
background-color css
<style>
a { background-color: #B18FF0; }
a { background-color: rgb(177,143,240); }
div.DivClassName
{
background-color: #B18FF0;
}
.BgClassName
{
background-color: #B18FF0;
}
</style>
border-color css
<style>
span { border-color: #B18FF0; }
span { border-color: rgb(177,143,240); }
td.TdClassName
{
border-color: #B18FF0;
}
.TagClassName
{
border-color: #B18FF0;
}
</style>