Shades of Biloba Flower #B88BE1
Tints of Biloba Flower #B88BE1
RGB
CMYK
RGB Variations
Color information
#B88BE1 (or 0xB88BE1) is known color: Biloba Flower. HEX triplet: B8, 8B and E1. RGB value is (184,139,225). Sum of RGB (Red+Green+Blue) = 184+139+225=548 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.58% from 548); Green value is 139 (54.69% from 255 or 25.36% from 548); Blue value is 225 (88.28% from 255 or 41.06% from 548); Max value from RGB is 225 - color contains mainly: blue. Hex color #B88BE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88BE1 is #47741E. Grayscale: #A1A1A1. Windows color (decimal): -4682783 or 14781368. OLE color: 14781368.
HSL color Cylindrical-coordinate representation of color #B88BE1: hue angle of 271.4º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B88BE1 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 139 | 225 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.12 |
| HSL | 271.4º | 0.59% | 0.71% | - |
| HSV(B) | 271.4º | 0.38% | 0.88% | - |
| XYZ | 42.59 | 34.09 | 75.57 | - |
| YUV | 162.26 | 163.41 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 139 | 225 | 0.18 | 0.38 | 0 | 0.12 | 271.4 | 0.59 | 0.71 |
| Hex | B8 | 8B | E1 | 12 | 26 | 0 | C | 10F | 3B | 47 |
| Octal | 270 | 213 | 341 | 22 | 46 | 0 | 14 | 417 | 73 | 107 |
| Binary | 10111000 | 10001011 | 11100001 | 10010 | 100110 | 0 | 1100 | 100001111 | 111011 | 1000111 |
Color Harmonies of #B88BE1
Complementary color
Monochromatic Colors of #B88BE1
Black with #B88BE1
Text Example
Text Example
White with #B88BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88BE1; }
p { color: rgb(184,139,225); }
H1.HeaderClassName
{
color: #B88BE1;
}
.AnyTagClassName
{
color: #B88BE1;
}
</style>
background-color css
<style>
a { background-color: #B88BE1; }
a { background-color: rgb(184,139,225); }
div.DivClassName
{
background-color: #B88BE1;
}
.BgClassName
{
background-color: #B88BE1;
}
</style>
border-color css
<style>
span { border-color: #B88BE1; }
span { border-color: rgb(184,139,225); }
td.TdClassName
{
border-color: #B88BE1;
}
.TagClassName
{
border-color: #B88BE1;
}
</style>