Shades of Biloba Flower #B88FDB
Tints of Biloba Flower #B88FDB
RGB
CMYK
RGB Variations
Color information
#B88FDB (or 0xB88FDB) is known color: Biloba Flower. HEX triplet: B8, 8F and DB. RGB value is (184,143,219). Sum of RGB (Red+Green+Blue) = 184+143+219=546 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.70% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #B88FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88FDB is #477024. Grayscale: #A3A3A3. Windows color (decimal): -4681765 or 14389176. OLE color: 14389176.
HSL color Cylindrical-coordinate representation of color #B88FDB: hue angle of 272.37º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B88FDB is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 143 | 219 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.14 |
| HSL | 272.37º | 0.51% | 0.71% | - |
| HSV(B) | 272.37º | 0.35% | 0.86% | - |
| XYZ | 42.38 | 34.95 | 71.53 | - |
| YUV | 163.92 | 159.08 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 143 | 219 | 0.16 | 0.35 | 0 | 0.14 | 272.37 | 0.51 | 0.71 |
| Hex | B8 | 8F | DB | 10 | 23 | 0 | E | 110 | 33 | 47 |
| Octal | 270 | 217 | 333 | 20 | 43 | 0 | 16 | 420 | 63 | 107 |
| Binary | 10111000 | 10001111 | 11011011 | 10000 | 100011 | 0 | 1110 | 100010000 | 110011 | 1000111 |
Color Harmonies of #B88FDB
Complementary color
Monochromatic Colors of #B88FDB
Black with #B88FDB
Text Example
Text Example
White with #B88FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88FDB; }
p { color: rgb(184,143,219); }
H1.HeaderClassName
{
color: #B88FDB;
}
.AnyTagClassName
{
color: #B88FDB;
}
</style>
background-color css
<style>
a { background-color: #B88FDB; }
a { background-color: rgb(184,143,219); }
div.DivClassName
{
background-color: #B88FDB;
}
.BgClassName
{
background-color: #B88FDB;
}
</style>
border-color css
<style>
span { border-color: #B88FDB; }
span { border-color: rgb(184,143,219); }
td.TdClassName
{
border-color: #B88FDB;
}
.TagClassName
{
border-color: #B88FDB;
}
</style>