Shades of Biloba Flower #B28FDB
Tints of Biloba Flower #B28FDB
RGB
CMYK
RGB Variations
Color information
#B28FDB (or 0xB28FDB) is known color: Biloba Flower. HEX triplet: B2, 8F and DB. RGB value is (178,143,219). Sum of RGB (Red+Green+Blue) = 178+143+219=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #B28FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28FDB is #4D7024. Grayscale: #A1A1A1. Windows color (decimal): -5074981 or 14389170. OLE color: 14389170.
HSL color Cylindrical-coordinate representation of color #B28FDB: hue angle of 267.63º 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 #B28FDB is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 143 | 219 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.14 |
| HSL | 267.63º | 0.51% | 0.71% | - |
| HSV(B) | 267.63º | 0.35% | 0.86% | - |
| XYZ | 40.97 | 34.22 | 71.46 | - |
| YUV | 162.13 | 160.1 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 143 | 219 | 0.19 | 0.35 | 0 | 0.14 | 267.63 | 0.51 | 0.71 |
| Hex | B2 | 8F | DB | 13 | 23 | 0 | E | 10C | 33 | 47 |
| Octal | 262 | 217 | 333 | 23 | 43 | 0 | 16 | 414 | 63 | 107 |
| Binary | 10110010 | 10001111 | 11011011 | 10011 | 100011 | 0 | 1110 | 100001100 | 110011 | 1000111 |
Color Harmonies of #B28FDB
Complementary color
Monochromatic Colors of #B28FDB
Black with #B28FDB
Text Example
Text Example
White with #B28FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28FDB; }
p { color: rgb(178,143,219); }
H1.HeaderClassName
{
color: #B28FDB;
}
.AnyTagClassName
{
color: #B28FDB;
}
</style>
background-color css
<style>
a { background-color: #B28FDB; }
a { background-color: rgb(178,143,219); }
div.DivClassName
{
background-color: #B28FDB;
}
.BgClassName
{
background-color: #B28FDB;
}
</style>
border-color css
<style>
span { border-color: #B28FDB; }
span { border-color: rgb(178,143,219); }
td.TdClassName
{
border-color: #B28FDB;
}
.TagClassName
{
border-color: #B28FDB;
}
</style>