Shades of Biloba Flower #B58FDB
Tints of Biloba Flower #B58FDB
RGB
CMYK
RGB Variations
Color information
#B58FDB (or 0xB58FDB) is known color: Biloba Flower. HEX triplet: B5, 8F and DB. RGB value is (181,143,219). Sum of RGB (Red+Green+Blue) = 181+143+219=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #B58FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58FDB is #4A7024. Grayscale: #A2A2A2. Windows color (decimal): -4878373 or 14389173. OLE color: 14389173.
HSL color Cylindrical-coordinate representation of color #B58FDB: hue angle of 270º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B58FDB is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 143 | 219 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.14 |
| HSL | 270º | 0.51% | 0.71% | - |
| HSV(B) | 270º | 0.35% | 0.86% | - |
| XYZ | 41.66 | 34.58 | 71.5 | - |
| YUV | 163.03 | 159.59 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 143 | 219 | 0.17 | 0.35 | 0 | 0.14 | 270 | 0.51 | 0.71 |
| Hex | B5 | 8F | DB | 11 | 23 | 0 | E | 10E | 33 | 47 |
| Octal | 265 | 217 | 333 | 21 | 43 | 0 | 16 | 416 | 63 | 107 |
| Binary | 10110101 | 10001111 | 11011011 | 10001 | 100011 | 0 | 1110 | 100001110 | 110011 | 1000111 |
Color Harmonies of #B58FDB
Complementary color
Monochromatic Colors of #B58FDB
Black with #B58FDB
Text Example
Text Example
White with #B58FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58FDB; }
p { color: rgb(181,143,219); }
H1.HeaderClassName
{
color: #B58FDB;
}
.AnyTagClassName
{
color: #B58FDB;
}
</style>
background-color css
<style>
a { background-color: #B58FDB; }
a { background-color: rgb(181,143,219); }
div.DivClassName
{
background-color: #B58FDB;
}
.BgClassName
{
background-color: #B58FDB;
}
</style>
border-color css
<style>
span { border-color: #B58FDB; }
span { border-color: rgb(181,143,219); }
td.TdClassName
{
border-color: #B58FDB;
}
.TagClassName
{
border-color: #B58FDB;
}
</style>