Shades of Biloba Flower #B87FDB
Tints of Biloba Flower #B87FDB
RGB
CMYK
RGB Variations
Color information
#B87FDB (or 0xB87FDB) is known color: Biloba Flower. HEX triplet: B8, 7F and DB. RGB value is (184,127,219). Sum of RGB (Red+Green+Blue) = 184+127+219=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #B87FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87FDB is #478024. Grayscale: #9A9A9A. Windows color (decimal): -4685861 or 14385080. OLE color: 14385080.
HSL color Cylindrical-coordinate representation of color #B87FDB: hue angle of 277.17º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B87FDB is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 127 | 219 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.14 |
| HSL | 277.17º | 0.56% | 0.68% | - |
| HSV(B) | 277.17º | 0.42% | 0.86% | - |
| XYZ | 40.14 | 30.48 | 70.79 | - |
| YUV | 154.53 | 164.38 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 127 | 219 | 0.16 | 0.42 | 0 | 0.14 | 277.17 | 0.56 | 0.68 |
| Hex | B8 | 7F | DB | 10 | 2A | 0 | E | 115 | 38 | 44 |
| Octal | 270 | 177 | 333 | 20 | 52 | 0 | 16 | 425 | 70 | 104 |
| Binary | 10111000 | 1111111 | 11011011 | 10000 | 101010 | 0 | 1110 | 100010101 | 111000 | 1000100 |
Color Harmonies of #B87FDB
Complementary color
Monochromatic Colors of #B87FDB
Black with #B87FDB
Text Example
Text Example
White with #B87FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87FDB; }
p { color: rgb(184,127,219); }
H1.HeaderClassName
{
color: #B87FDB;
}
.AnyTagClassName
{
color: #B87FDB;
}
</style>
background-color css
<style>
a { background-color: #B87FDB; }
a { background-color: rgb(184,127,219); }
div.DivClassName
{
background-color: #B87FDB;
}
.BgClassName
{
background-color: #B87FDB;
}
</style>
border-color css
<style>
span { border-color: #B87FDB; }
span { border-color: rgb(184,127,219); }
td.TdClassName
{
border-color: #B87FDB;
}
.TagClassName
{
border-color: #B87FDB;
}
</style>