Shades of Biloba Flower #B08CDB
Tints of Biloba Flower #B08CDB
RGB
CMYK
RGB Variations
Color information
#B08CDB (or 0xB08CDB) is known color: Biloba Flower. HEX triplet: B0, 8C and DB. RGB value is (176,140,219). Sum of RGB (Red+Green+Blue) = 176+140+219=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #B08CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08CDB is #4F7324. Grayscale: #9F9F9F. Windows color (decimal): -5206821 or 14388400. OLE color: 14388400.
HSL color Cylindrical-coordinate representation of color #B08CDB: hue angle of 267.34º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B08CDB is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 140 | 219 | - |
| CMYK | 0.20 | 0.36 | 0 | 0.14 |
| HSL | 267.34º | 0.52% | 0.7% | - |
| HSV(B) | 267.34º | 0.36% | 0.86% | - |
| XYZ | 40.07 | 33.1 | 71.3 | - |
| YUV | 159.77 | 161.43 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 140 | 219 | 0.20 | 0.36 | 0 | 0.14 | 267.34 | 0.52 | 0.7 |
| Hex | B0 | 8C | DB | 14 | 24 | 0 | E | 10B | 34 | 46 |
| Octal | 260 | 214 | 333 | 24 | 44 | 0 | 16 | 413 | 64 | 106 |
| Binary | 10110000 | 10001100 | 11011011 | 10100 | 100100 | 0 | 1110 | 100001011 | 110100 | 1000110 |
Color Harmonies of #B08CDB
Complementary color
Monochromatic Colors of #B08CDB
Black with #B08CDB
Text Example
Text Example
White with #B08CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08CDB; }
p { color: rgb(176,140,219); }
H1.HeaderClassName
{
color: #B08CDB;
}
.AnyTagClassName
{
color: #B08CDB;
}
</style>
background-color css
<style>
a { background-color: #B08CDB; }
a { background-color: rgb(176,140,219); }
div.DivClassName
{
background-color: #B08CDB;
}
.BgClassName
{
background-color: #B08CDB;
}
</style>
border-color css
<style>
span { border-color: #B08CDB; }
span { border-color: rgb(176,140,219); }
td.TdClassName
{
border-color: #B08CDB;
}
.TagClassName
{
border-color: #B08CDB;
}
</style>