Shades of Biloba Flower #B081DB
Tints of Biloba Flower #B081DB
RGB
CMYK
RGB Variations
Color information
#B081DB (or 0xB081DB) is known color: Biloba Flower. HEX triplet: B0, 81 and DB. RGB value is (176,129,219). Sum of RGB (Red+Green+Blue) = 176+129+219=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #B081DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B081DB is #4F7E24. Grayscale: #999999. Windows color (decimal): -5209637 or 14385584. OLE color: 14385584.
HSL color Cylindrical-coordinate representation of color #B081DB: hue angle of 271.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B081DB is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 129 | 219 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.14 |
| HSL | 271.33º | 0.56% | 0.68% | - |
| HSV(B) | 271.33º | 0.41% | 0.86% | - |
| XYZ | 38.54 | 30.05 | 70.79 | - |
| YUV | 153.31 | 165.07 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 129 | 219 | 0.20 | 0.41 | 0 | 0.14 | 271.33 | 0.56 | 0.68 |
| Hex | B0 | 81 | DB | 14 | 29 | 0 | E | 10F | 38 | 44 |
| Octal | 260 | 201 | 333 | 24 | 51 | 0 | 16 | 417 | 70 | 104 |
| Binary | 10110000 | 10000001 | 11011011 | 10100 | 101001 | 0 | 1110 | 100001111 | 111000 | 1000100 |
Color Harmonies of #B081DB
Complementary color
Monochromatic Colors of #B081DB
Black with #B081DB
Text Example
Text Example
White with #B081DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B081DB; }
p { color: rgb(176,129,219); }
H1.HeaderClassName
{
color: #B081DB;
}
.AnyTagClassName
{
color: #B081DB;
}
</style>
background-color css
<style>
a { background-color: #B081DB; }
a { background-color: rgb(176,129,219); }
div.DivClassName
{
background-color: #B081DB;
}
.BgClassName
{
background-color: #B081DB;
}
</style>
border-color css
<style>
span { border-color: #B081DB; }
span { border-color: rgb(176,129,219); }
td.TdClassName
{
border-color: #B081DB;
}
.TagClassName
{
border-color: #B081DB;
}
</style>