Shades of Biloba Flower #B39BE1
Tints of Biloba Flower #B39BE1
RGB
CMYK
RGB Variations
Color information
#B39BE1 (or 0xB39BE1) is known color: Biloba Flower. HEX triplet: B3, 9B and E1. RGB value is (179,155,225). Sum of RGB (Red+Green+Blue) = 179+155+225=559 (74% of max value = 765). Red value is 179 (70.31% from 255 or 32.02% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 225 (88.28% from 255 or 40.25% from 559); Max value from RGB is 225 - color contains mainly: blue. Hex color #B39BE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39BE1 is #4C641E. Grayscale: #A9A9A9. Windows color (decimal): -5006367 or 14785459. OLE color: 14785459.
HSL color Cylindrical-coordinate representation of color #B39BE1: hue angle of 260.57º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B39BE1 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 155 | 225 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.12 |
| HSL | 260.57º | 0.54% | 0.75% | - |
| HSV(B) | 260.57º | 0.31% | 0.88% | - |
| XYZ | 43.9 | 38.46 | 76.34 | - |
| YUV | 170.16 | 158.95 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 155 | 225 | 0.20 | 0.31 | 0 | 0.12 | 260.57 | 0.54 | 0.75 |
| Hex | B3 | 9B | E1 | 14 | 1F | 0 | C | 105 | 36 | 4B |
| Octal | 263 | 233 | 341 | 24 | 37 | 0 | 14 | 405 | 66 | 113 |
| Binary | 10110011 | 10011011 | 11100001 | 10100 | 11111 | 0 | 1100 | 100000101 | 110110 | 1001011 |
Color Harmonies of #B39BE1
Complementary color
Monochromatic Colors of #B39BE1
Black with #B39BE1
Text Example
Text Example
White with #B39BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39BE1; }
p { color: rgb(179,155,225); }
H1.HeaderClassName
{
color: #B39BE1;
}
.AnyTagClassName
{
color: #B39BE1;
}
</style>
background-color css
<style>
a { background-color: #B39BE1; }
a { background-color: rgb(179,155,225); }
div.DivClassName
{
background-color: #B39BE1;
}
.BgClassName
{
background-color: #B39BE1;
}
</style>
border-color css
<style>
span { border-color: #B39BE1; }
span { border-color: rgb(179,155,225); }
td.TdClassName
{
border-color: #B39BE1;
}
.TagClassName
{
border-color: #B39BE1;
}
</style>