Shades of Biloba Flower #B57FDB
Tints of Biloba Flower #B57FDB
RGB
CMYK
RGB Variations
Color information
#B57FDB (or 0xB57FDB) is known color: Biloba Flower. HEX triplet: B5, 7F and DB. RGB value is (181,127,219). Sum of RGB (Red+Green+Blue) = 181+127+219=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #B57FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57FDB is #4A8024. Grayscale: #999999. Windows color (decimal): -4882469 or 14385077. OLE color: 14385077.
HSL color Cylindrical-coordinate representation of color #B57FDB: hue angle of 275.22º 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 #B57FDB is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 127 | 219 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.14 |
| HSL | 275.22º | 0.56% | 0.68% | - |
| HSV(B) | 275.22º | 0.42% | 0.86% | - |
| XYZ | 39.43 | 30.12 | 70.75 | - |
| YUV | 153.63 | 164.89 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 127 | 219 | 0.17 | 0.42 | 0 | 0.14 | 275.22 | 0.56 | 0.68 |
| Hex | B5 | 7F | DB | 11 | 2A | 0 | E | 113 | 38 | 44 |
| Octal | 265 | 177 | 333 | 21 | 52 | 0 | 16 | 423 | 70 | 104 |
| Binary | 10110101 | 1111111 | 11011011 | 10001 | 101010 | 0 | 1110 | 100010011 | 111000 | 1000100 |
Color Harmonies of #B57FDB
Complementary color
Monochromatic Colors of #B57FDB
Black with #B57FDB
Text Example
Text Example
White with #B57FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57FDB; }
p { color: rgb(181,127,219); }
H1.HeaderClassName
{
color: #B57FDB;
}
.AnyTagClassName
{
color: #B57FDB;
}
</style>
background-color css
<style>
a { background-color: #B57FDB; }
a { background-color: rgb(181,127,219); }
div.DivClassName
{
background-color: #B57FDB;
}
.BgClassName
{
background-color: #B57FDB;
}
</style>
border-color css
<style>
span { border-color: #B57FDB; }
span { border-color: rgb(181,127,219); }
td.TdClassName
{
border-color: #B57FDB;
}
.TagClassName
{
border-color: #B57FDB;
}
</style>