Shades of Biloba Flower #B37FDB
Tints of Biloba Flower #B37FDB
RGB
CMYK
RGB Variations
Color information
#B37FDB (or 0xB37FDB) is known color: Biloba Flower. HEX triplet: B3, 7F and DB. RGB value is (179,127,219). Sum of RGB (Red+Green+Blue) = 179+127+219=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #B37FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37FDB is #4C8024. Grayscale: #989898. Windows color (decimal): -5013541 or 14385075. OLE color: 14385075.
HSL color Cylindrical-coordinate representation of color #B37FDB: hue angle of 273.91º 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 #B37FDB is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 127 | 219 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.14 |
| HSL | 273.91º | 0.56% | 0.68% | - |
| HSV(B) | 273.91º | 0.42% | 0.86% | - |
| XYZ | 38.97 | 29.88 | 70.73 | - |
| YUV | 153.04 | 165.23 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 127 | 219 | 0.18 | 0.42 | 0 | 0.14 | 273.91 | 0.56 | 0.68 |
| Hex | B3 | 7F | DB | 12 | 2A | 0 | E | 112 | 38 | 44 |
| Octal | 263 | 177 | 333 | 22 | 52 | 0 | 16 | 422 | 70 | 104 |
| Binary | 10110011 | 1111111 | 11011011 | 10010 | 101010 | 0 | 1110 | 100010010 | 111000 | 1000100 |
Color Harmonies of #B37FDB
Complementary color
Monochromatic Colors of #B37FDB
Black with #B37FDB
Text Example
Text Example
White with #B37FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37FDB; }
p { color: rgb(179,127,219); }
H1.HeaderClassName
{
color: #B37FDB;
}
.AnyTagClassName
{
color: #B37FDB;
}
</style>
background-color css
<style>
a { background-color: #B37FDB; }
a { background-color: rgb(179,127,219); }
div.DivClassName
{
background-color: #B37FDB;
}
.BgClassName
{
background-color: #B37FDB;
}
</style>
border-color css
<style>
span { border-color: #B37FDB; }
span { border-color: rgb(179,127,219); }
td.TdClassName
{
border-color: #B37FDB;
}
.TagClassName
{
border-color: #B37FDB;
}
</style>