Shades of Biloba Flower #B981DB
Tints of Biloba Flower #B981DB
RGB
CMYK
RGB Variations
Color information
#B981DB (or 0xB981DB) is known color: Biloba Flower. HEX triplet: B9, 81 and DB. RGB value is (185,129,219). Sum of RGB (Red+Green+Blue) = 185+129+219=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 129 (50.78% from 255 or 24.20% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #B981DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B981DB is #467E24. Grayscale: #9B9B9B. Windows color (decimal): -4619813 or 14385593. OLE color: 14385593.
HSL color Cylindrical-coordinate representation of color #B981DB: hue angle of 277.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 #B981DB is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 129 | 219 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.14 |
| HSL | 277.33º | 0.56% | 0.68% | - |
| HSV(B) | 277.33º | 0.41% | 0.86% | - |
| XYZ | 40.64 | 31.13 | 70.88 | - |
| YUV | 156 | 163.55 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 129 | 219 | 0.16 | 0.41 | 0 | 0.14 | 277.33 | 0.56 | 0.68 |
| Hex | B9 | 81 | DB | 10 | 29 | 0 | E | 115 | 38 | 44 |
| Octal | 271 | 201 | 333 | 20 | 51 | 0 | 16 | 425 | 70 | 104 |
| Binary | 10111001 | 10000001 | 11011011 | 10000 | 101001 | 0 | 1110 | 100010101 | 111000 | 1000100 |
Color Harmonies of #B981DB
Complementary color
Monochromatic Colors of #B981DB
Black with #B981DB
Text Example
Text Example
White with #B981DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B981DB; }
p { color: rgb(185,129,219); }
H1.HeaderClassName
{
color: #B981DB;
}
.AnyTagClassName
{
color: #B981DB;
}
</style>
background-color css
<style>
a { background-color: #B981DB; }
a { background-color: rgb(185,129,219); }
div.DivClassName
{
background-color: #B981DB;
}
.BgClassName
{
background-color: #B981DB;
}
</style>
border-color css
<style>
span { border-color: #B981DB; }
span { border-color: rgb(185,129,219); }
td.TdClassName
{
border-color: #B981DB;
}
.TagClassName
{
border-color: #B981DB;
}
</style>