Shades of Biloba Flower #B88FE9
Tints of Biloba Flower #B88FE9
RGB
CMYK
RGB Variations
Color information
#B88FE9 (or 0xB88FE9) is known color: Biloba Flower. HEX triplet: B8, 8F and E9. RGB value is (184,143,233). Sum of RGB (Red+Green+Blue) = 184+143+233=560 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.86% from 560); Green value is 143 (56.25% from 255 or 25.54% from 560); Blue value is 233 (91.41% from 255 or 41.61% from 560); Max value from RGB is 233 - color contains mainly: blue. Hex color #B88FE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88FE9 is #477016. Grayscale: #A5A5A5. Windows color (decimal): -4681751 or 15306680. OLE color: 15306680.
HSL color Cylindrical-coordinate representation of color #B88FE9: hue angle of 267.33º 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 #B88FE9 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 143 | 233 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.09 |
| HSL | 267.33º | 0.67% | 0.74% | - |
| HSV(B) | 267.33º | 0.39% | 0.91% | - |
| XYZ | 44.3 | 35.72 | 81.65 | - |
| YUV | 165.52 | 166.08 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 143 | 233 | 0.21 | 0.39 | 0 | 0.09 | 267.33 | 0.67 | 0.74 |
| Hex | B8 | 8F | E9 | 15 | 27 | 0 | 9 | 10B | 43 | 4A |
| Octal | 270 | 217 | 351 | 25 | 47 | 0 | 11 | 413 | 103 | 112 |
| Binary | 10111000 | 10001111 | 11101001 | 10101 | 100111 | 0 | 1001 | 100001011 | 1000011 | 1001010 |
Color Harmonies of #B88FE9
Complementary color
Monochromatic Colors of #B88FE9
Black with #B88FE9
Text Example
Text Example
White with #B88FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88FE9; }
p { color: rgb(184,143,233); }
H1.HeaderClassName
{
color: #B88FE9;
}
.AnyTagClassName
{
color: #B88FE9;
}
</style>
background-color css
<style>
a { background-color: #B88FE9; }
a { background-color: rgb(184,143,233); }
div.DivClassName
{
background-color: #B88FE9;
}
.BgClassName
{
background-color: #B88FE9;
}
</style>
border-color css
<style>
span { border-color: #B88FE9; }
span { border-color: rgb(184,143,233); }
td.TdClassName
{
border-color: #B88FE9;
}
.TagClassName
{
border-color: #B88FE9;
}
</style>