Shades of Biloba Flower #B88DE5
Tints of Biloba Flower #B88DE5
RGB
CMYK
RGB Variations
Color information
#B88DE5 (or 0xB88DE5) is known color: Biloba Flower. HEX triplet: B8, 8D and E5. RGB value is (184,141,229). Sum of RGB (Red+Green+Blue) = 184+141+229=554 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.21% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 229 - color contains mainly: blue. Hex color #B88DE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88DE5 is #47721A. Grayscale: #A3A3A3. Windows color (decimal): -4682267 or 15044024. OLE color: 15044024.
HSL color Cylindrical-coordinate representation of color #B88DE5: hue angle of 269.32º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B88DE5 is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 141 | 229 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.10 |
| HSL | 269.32º | 0.63% | 0.73% | - |
| HSV(B) | 269.32º | 0.38% | 0.9% | - |
| XYZ | 43.43 | 34.9 | 78.58 | - |
| YUV | 163.89 | 164.75 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 141 | 229 | 0.20 | 0.38 | 0 | 0.10 | 269.32 | 0.63 | 0.73 |
| Hex | B8 | 8D | E5 | 14 | 26 | 0 | A | 10D | 3F | 49 |
| Octal | 270 | 215 | 345 | 24 | 46 | 0 | 12 | 415 | 77 | 111 |
| Binary | 10111000 | 10001101 | 11100101 | 10100 | 100110 | 0 | 1010 | 100001101 | 111111 | 1001001 |
Color Harmonies of #B88DE5
Complementary color
Monochromatic Colors of #B88DE5
Black with #B88DE5
Text Example
Text Example
White with #B88DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88DE5; }
p { color: rgb(184,141,229); }
H1.HeaderClassName
{
color: #B88DE5;
}
.AnyTagClassName
{
color: #B88DE5;
}
</style>
background-color css
<style>
a { background-color: #B88DE5; }
a { background-color: rgb(184,141,229); }
div.DivClassName
{
background-color: #B88DE5;
}
.BgClassName
{
background-color: #B88DE5;
}
</style>
border-color css
<style>
span { border-color: #B88DE5; }
span { border-color: rgb(184,141,229); }
td.TdClassName
{
border-color: #B88DE5;
}
.TagClassName
{
border-color: #B88DE5;
}
</style>