Shades of Biloba Flower #B88CFE
Tints of Biloba Flower #B88CFE
RGB
CMYK
RGB Variations
Color information
#B88CFE (or 0xB88CFE) is known color: Biloba Flower. HEX triplet: B8, 8C and FE. RGB value is (184,140,254). Sum of RGB (Red+Green+Blue) = 184+140+254=578 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.83% from 578); Green value is 140 (55.08% from 255 or 24.22% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #B88CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88CFE is #477301. Grayscale: #A5A5A5. Windows color (decimal): -4682498 or 16682168. OLE color: 16682168.
HSL color Cylindrical-coordinate representation of color #B88CFE: hue angle of 263.16º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B88CFE is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 140 | 254 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.00 |
| HSL | 263.16º | 0.98% | 0.77% | - |
| HSV(B) | 263.16º | 0.45% | 1% | - |
| XYZ | 47.03 | 36.1 | 98.26 | - |
| YUV | 166.15 | 177.58 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 140 | 254 | 0.28 | 0.45 | 0 | 0.00 | 263.16 | 0.98 | 0.77 |
| Hex | B8 | 8C | FE | 1C | 2D | 0 | 0 | 107 | 62 | 4D |
| Octal | 270 | 214 | 376 | 34 | 55 | 0 | 0 | 407 | 142 | 115 |
| Binary | 10111000 | 10001100 | 11111110 | 11100 | 101101 | 0 | 0 | 100000111 | 1100010 | 1001101 |
Color Harmonies of #B88CFE
Complementary color
Monochromatic Colors of #B88CFE
Black with #B88CFE
Text Example
Text Example
White with #B88CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88CFE; }
p { color: rgb(184,140,254); }
H1.HeaderClassName
{
color: #B88CFE;
}
.AnyTagClassName
{
color: #B88CFE;
}
</style>
background-color css
<style>
a { background-color: #B88CFE; }
a { background-color: rgb(184,140,254); }
div.DivClassName
{
background-color: #B88CFE;
}
.BgClassName
{
background-color: #B88CFE;
}
</style>
border-color css
<style>
span { border-color: #B88CFE; }
span { border-color: rgb(184,140,254); }
td.TdClassName
{
border-color: #B88CFE;
}
.TagClassName
{
border-color: #B88CFE;
}
</style>