Shades of Biloba Flower #B581DB
Tints of Biloba Flower #B581DB
RGB
CMYK
RGB Variations
Color information
#B581DB (or 0xB581DB) is known color: Biloba Flower. HEX triplet: B5, 81 and DB. RGB value is (181,129,219). Sum of RGB (Red+Green+Blue) = 181+129+219=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 129 (50.78% from 255 or 24.39% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #B581DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B581DB is #4A7E24. Grayscale: #9A9A9A. Windows color (decimal): -4881957 or 14385589. OLE color: 14385589.
HSL color Cylindrical-coordinate representation of color #B581DB: hue angle of 274.67º 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 #B581DB is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 129 | 219 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.14 |
| HSL | 274.67º | 0.56% | 0.68% | - |
| HSV(B) | 274.67º | 0.41% | 0.86% | - |
| XYZ | 39.69 | 30.64 | 70.84 | - |
| YUV | 154.81 | 164.23 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 129 | 219 | 0.17 | 0.41 | 0 | 0.14 | 274.67 | 0.56 | 0.68 |
| Hex | B5 | 81 | DB | 11 | 29 | 0 | E | 113 | 38 | 44 |
| Octal | 265 | 201 | 333 | 21 | 51 | 0 | 16 | 423 | 70 | 104 |
| Binary | 10110101 | 10000001 | 11011011 | 10001 | 101001 | 0 | 1110 | 100010011 | 111000 | 1000100 |
Color Harmonies of #B581DB
Complementary color
Monochromatic Colors of #B581DB
Black with #B581DB
Text Example
Text Example
White with #B581DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B581DB; }
p { color: rgb(181,129,219); }
H1.HeaderClassName
{
color: #B581DB;
}
.AnyTagClassName
{
color: #B581DB;
}
</style>
background-color css
<style>
a { background-color: #B581DB; }
a { background-color: rgb(181,129,219); }
div.DivClassName
{
background-color: #B581DB;
}
.BgClassName
{
background-color: #B581DB;
}
</style>
border-color css
<style>
span { border-color: #B581DB; }
span { border-color: rgb(181,129,219); }
td.TdClassName
{
border-color: #B581DB;
}
.TagClassName
{
border-color: #B581DB;
}
</style>