Shades of Biloba Flower #B18FE7
Tints of Biloba Flower #B18FE7
RGB
CMYK
RGB Variations
Color information
#B18FE7 (or 0xB18FE7) is known color: Biloba Flower. HEX triplet: B1, 8F and E7. RGB value is (177,143,231). Sum of RGB (Red+Green+Blue) = 177+143+231=551 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.12% from 551); Green value is 143 (56.25% from 255 or 25.95% from 551); Blue value is 231 (90.62% from 255 or 41.92% from 551); Max value from RGB is 231 - color contains mainly: blue. Hex color #B18FE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18FE7 is #4E7018. Grayscale: #A2A2A2. Windows color (decimal): -5140505 or 15175601. OLE color: 15175601.
HSL color Cylindrical-coordinate representation of color #B18FE7: hue angle of 263.18º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B18FE7 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 143 | 231 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.09 |
| HSL | 263.18º | 0.65% | 0.73% | - |
| HSV(B) | 263.18º | 0.38% | 0.91% | - |
| XYZ | 42.38 | 34.76 | 80.08 | - |
| YUV | 163.2 | 166.26 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 231 | 0.23 | 0.38 | 0 | 0.09 | 263.18 | 0.65 | 0.73 |
| Hex | B1 | 8F | E7 | 17 | 26 | 0 | 9 | 107 | 41 | 49 |
| Octal | 261 | 217 | 347 | 27 | 46 | 0 | 11 | 407 | 101 | 111 |
| Binary | 10110001 | 10001111 | 11100111 | 10111 | 100110 | 0 | 1001 | 100000111 | 1000001 | 1001001 |
Color Harmonies of #B18FE7
Complementary color
Monochromatic Colors of #B18FE7
Black with #B18FE7
Text Example
Text Example
White with #B18FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18FE7; }
p { color: rgb(177,143,231); }
H1.HeaderClassName
{
color: #B18FE7;
}
.AnyTagClassName
{
color: #B18FE7;
}
</style>
background-color css
<style>
a { background-color: #B18FE7; }
a { background-color: rgb(177,143,231); }
div.DivClassName
{
background-color: #B18FE7;
}
.BgClassName
{
background-color: #B18FE7;
}
</style>
border-color css
<style>
span { border-color: #B18FE7; }
span { border-color: rgb(177,143,231); }
td.TdClassName
{
border-color: #B18FE7;
}
.TagClassName
{
border-color: #B18FE7;
}
</style>