Shades of Biloba Flower #B07FDB
Tints of Biloba Flower #B07FDB
RGB
CMYK
RGB Variations
Color information
#B07FDB (or 0xB07FDB) is known color: Biloba Flower. HEX triplet: B0, 7F and DB. RGB value is (176,127,219). Sum of RGB (Red+Green+Blue) = 176+127+219=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 127 (50% from 255 or 24.33% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #B07FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07FDB is #4F8024. Grayscale: #979797. Windows color (decimal): -5210149 or 14385072. OLE color: 14385072.
HSL color Cylindrical-coordinate representation of color #B07FDB: hue angle of 271.96º 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 #B07FDB is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 127 | 219 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.14 |
| HSL | 271.96º | 0.56% | 0.68% | - |
| HSV(B) | 271.96º | 0.42% | 0.86% | - |
| XYZ | 38.28 | 29.52 | 70.7 | - |
| YUV | 152.14 | 165.73 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 127 | 219 | 0.20 | 0.42 | 0 | 0.14 | 271.96 | 0.56 | 0.68 |
| Hex | B0 | 7F | DB | 14 | 2A | 0 | E | 110 | 38 | 44 |
| Octal | 260 | 177 | 333 | 24 | 52 | 0 | 16 | 420 | 70 | 104 |
| Binary | 10110000 | 1111111 | 11011011 | 10100 | 101010 | 0 | 1110 | 100010000 | 111000 | 1000100 |
Color Harmonies of #B07FDB
Complementary color
Monochromatic Colors of #B07FDB
Black with #B07FDB
Text Example
Text Example
White with #B07FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07FDB; }
p { color: rgb(176,127,219); }
H1.HeaderClassName
{
color: #B07FDB;
}
.AnyTagClassName
{
color: #B07FDB;
}
</style>
background-color css
<style>
a { background-color: #B07FDB; }
a { background-color: rgb(176,127,219); }
div.DivClassName
{
background-color: #B07FDB;
}
.BgClassName
{
background-color: #B07FDB;
}
</style>
border-color css
<style>
span { border-color: #B07FDB; }
span { border-color: rgb(176,127,219); }
td.TdClassName
{
border-color: #B07FDB;
}
.TagClassName
{
border-color: #B07FDB;
}
</style>