Shades of Biloba Flower #B88CFB
Tints of Biloba Flower #B88CFB
RGB
CMYK
RGB Variations
Color information
#B88CFB (or 0xB88CFB) is known color: Biloba Flower. HEX triplet: B8, 8C and FB. RGB value is (184,140,251). Sum of RGB (Red+Green+Blue) = 184+140+251=575 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32% from 575); Green value is 140 (55.08% from 255 or 24.35% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #B88CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88CFB is #477304. Grayscale: #A5A5A5. Windows color (decimal): -4682501 or 16485560. OLE color: 16485560.
HSL color Cylindrical-coordinate representation of color #B88CFB: hue angle of 263.78º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B88CFB is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 140 | 251 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.02 |
| HSL | 263.78º | 0.93% | 0.77% | - |
| HSV(B) | 263.78º | 0.44% | 0.98% | - |
| XYZ | 46.56 | 35.91 | 95.74 | - |
| YUV | 165.81 | 176.08 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 140 | 251 | 0.27 | 0.44 | 0 | 0.02 | 263.78 | 0.93 | 0.77 |
| Hex | B8 | 8C | FB | 1B | 2C | 0 | 2 | 108 | 5D | 4D |
| Octal | 270 | 214 | 373 | 33 | 54 | 0 | 2 | 410 | 135 | 115 |
| Binary | 10111000 | 10001100 | 11111011 | 11011 | 101100 | 0 | 10 | 100001000 | 1011101 | 1001101 |
Color Harmonies of #B88CFB
Complementary color
Monochromatic Colors of #B88CFB
Black with #B88CFB
Text Example
Text Example
White with #B88CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88CFB; }
p { color: rgb(184,140,251); }
H1.HeaderClassName
{
color: #B88CFB;
}
.AnyTagClassName
{
color: #B88CFB;
}
</style>
background-color css
<style>
a { background-color: #B88CFB; }
a { background-color: rgb(184,140,251); }
div.DivClassName
{
background-color: #B88CFB;
}
.BgClassName
{
background-color: #B88CFB;
}
</style>
border-color css
<style>
span { border-color: #B88CFB; }
span { border-color: rgb(184,140,251); }
td.TdClassName
{
border-color: #B88CFB;
}
.TagClassName
{
border-color: #B88CFB;
}
</style>