Shades of Biloba Flower #B18FE9
Tints of Biloba Flower #B18FE9
RGB
CMYK
RGB Variations
Color information
#B18FE9 (or 0xB18FE9) is known color: Biloba Flower. HEX triplet: B1, 8F and E9. RGB value is (177,143,233). Sum of RGB (Red+Green+Blue) = 177+143+233=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 143 (56.25% from 255 or 25.86% from 553); Blue value is 233 (91.41% from 255 or 42.13% from 553); Max value from RGB is 233 - color contains mainly: blue. Hex color #B18FE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18FE9 is #4E7016. Grayscale: #A3A3A3. Windows color (decimal): -5140503 or 15306673. OLE color: 15306673.
HSL color Cylindrical-coordinate representation of color #B18FE9: hue angle of 262.67º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B18FE9 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 143 | 233 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.09 |
| HSL | 262.67º | 0.67% | 0.74% | - |
| HSV(B) | 262.67º | 0.39% | 0.91% | - |
| XYZ | 42.66 | 34.88 | 81.57 | - |
| YUV | 163.43 | 167.26 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 233 | 0.24 | 0.39 | 0 | 0.09 | 262.67 | 0.67 | 0.74 |
| Hex | B1 | 8F | E9 | 18 | 27 | 0 | 9 | 107 | 43 | 4A |
| Octal | 261 | 217 | 351 | 30 | 47 | 0 | 11 | 407 | 103 | 112 |
| Binary | 10110001 | 10001111 | 11101001 | 11000 | 100111 | 0 | 1001 | 100000111 | 1000011 | 1001010 |
Color Harmonies of #B18FE9
Complementary color
Monochromatic Colors of #B18FE9
Black with #B18FE9
Text Example
Text Example
White with #B18FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18FE9; }
p { color: rgb(177,143,233); }
H1.HeaderClassName
{
color: #B18FE9;
}
.AnyTagClassName
{
color: #B18FE9;
}
</style>
background-color css
<style>
a { background-color: #B18FE9; }
a { background-color: rgb(177,143,233); }
div.DivClassName
{
background-color: #B18FE9;
}
.BgClassName
{
background-color: #B18FE9;
}
</style>
border-color css
<style>
span { border-color: #B18FE9; }
span { border-color: rgb(177,143,233); }
td.TdClassName
{
border-color: #B18FE9;
}
.TagClassName
{
border-color: #B18FE9;
}
</style>