Shades of Biloba Flower #B88CEA
Tints of Biloba Flower #B88CEA
RGB
CMYK
RGB Variations
Color information
#B88CEA (or 0xB88CEA) is known color: Biloba Flower. HEX triplet: B8, 8C and EA. RGB value is (184,140,234). Sum of RGB (Red+Green+Blue) = 184+140+234=558 (73% of max value = 765). Red value is 184 (72.27% from 255 or 32.97% from 558); Green value is 140 (55.08% from 255 or 25.09% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #B88CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88CEA is #477315. Grayscale: #A3A3A3. Windows color (decimal): -4682518 or 15371448. OLE color: 15371448.
HSL color Cylindrical-coordinate representation of color #B88CEA: hue angle of 268.09º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B88CEA is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 140 | 234 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.08 |
| HSL | 268.09º | 0.69% | 0.73% | - |
| HSV(B) | 268.09º | 0.4% | 0.92% | - |
| XYZ | 44 | 34.89 | 82.26 | - |
| YUV | 163.87 | 167.58 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 140 | 234 | 0.21 | 0.40 | 0 | 0.08 | 268.09 | 0.69 | 0.73 |
| Hex | B8 | 8C | EA | 15 | 28 | 0 | 8 | 10C | 45 | 49 |
| Octal | 270 | 214 | 352 | 25 | 50 | 0 | 10 | 414 | 105 | 111 |
| Binary | 10111000 | 10001100 | 11101010 | 10101 | 101000 | 0 | 1000 | 100001100 | 1000101 | 1001001 |
Color Harmonies of #B88CEA
Complementary color
Monochromatic Colors of #B88CEA
Black with #B88CEA
Text Example
Text Example
White with #B88CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88CEA; }
p { color: rgb(184,140,234); }
H1.HeaderClassName
{
color: #B88CEA;
}
.AnyTagClassName
{
color: #B88CEA;
}
</style>
background-color css
<style>
a { background-color: #B88CEA; }
a { background-color: rgb(184,140,234); }
div.DivClassName
{
background-color: #B88CEA;
}
.BgClassName
{
background-color: #B88CEA;
}
</style>
border-color css
<style>
span { border-color: #B88CEA; }
span { border-color: rgb(184,140,234); }
td.TdClassName
{
border-color: #B88CEA;
}
.TagClassName
{
border-color: #B88CEA;
}
</style>