Shades of Biloba Flower #B080DB
Tints of Biloba Flower #B080DB
RGB
CMYK
RGB Variations
Color information
#B080DB (or 0xB080DB) is known color: Biloba Flower. HEX triplet: B0, 80 and DB. RGB value is (176,128,219). Sum of RGB (Red+Green+Blue) = 176+128+219=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 128 (50.39% from 255 or 24.47% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #B080DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B080DB is #4F7F24. Grayscale: #989898. Windows color (decimal): -5209893 or 14385328. OLE color: 14385328.
HSL color Cylindrical-coordinate representation of color #B080DB: hue angle of 271.65º 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 #B080DB is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 128 | 219 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.14 |
| HSL | 271.65º | 0.56% | 0.68% | - |
| HSV(B) | 271.65º | 0.42% | 0.86% | - |
| XYZ | 38.41 | 29.78 | 70.74 | - |
| YUV | 152.73 | 165.4 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 128 | 219 | 0.20 | 0.42 | 0 | 0.14 | 271.65 | 0.56 | 0.68 |
| Hex | B0 | 80 | DB | 14 | 2A | 0 | E | 110 | 38 | 44 |
| Octal | 260 | 200 | 333 | 24 | 52 | 0 | 16 | 420 | 70 | 104 |
| Binary | 10110000 | 10000000 | 11011011 | 10100 | 101010 | 0 | 1110 | 100010000 | 111000 | 1000100 |
Color Harmonies of #B080DB
Complementary color
Monochromatic Colors of #B080DB
Black with #B080DB
Text Example
Text Example
White with #B080DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B080DB; }
p { color: rgb(176,128,219); }
H1.HeaderClassName
{
color: #B080DB;
}
.AnyTagClassName
{
color: #B080DB;
}
</style>
background-color css
<style>
a { background-color: #B080DB; }
a { background-color: rgb(176,128,219); }
div.DivClassName
{
background-color: #B080DB;
}
.BgClassName
{
background-color: #B080DB;
}
</style>
border-color css
<style>
span { border-color: #B080DB; }
span { border-color: rgb(176,128,219); }
td.TdClassName
{
border-color: #B080DB;
}
.TagClassName
{
border-color: #B080DB;
}
</style>