Shades of Biloba Flower #B39FE1
Tints of Biloba Flower #B39FE1
RGB
CMYK
RGB Variations
Color information
#B39FE1 (or 0xB39FE1) is known color: Biloba Flower. HEX triplet: B3, 9F and E1. RGB value is (179,159,225). Sum of RGB (Red+Green+Blue) = 179+159+225=563 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.79% from 563); Green value is 159 (62.5% from 255 or 28.24% from 563); Blue value is 225 (88.28% from 255 or 39.96% from 563); Max value from RGB is 225 - color contains mainly: blue. Hex color #B39FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39FE1 is #4C601E. Grayscale: #ACACAC. Windows color (decimal): -5005343 or 14786483. OLE color: 14786483.
HSL color Cylindrical-coordinate representation of color #B39FE1: hue angle of 258.18º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B39FE1 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 159 | 225 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.12 |
| HSL | 258.18º | 0.52% | 0.75% | - |
| HSV(B) | 258.18º | 0.29% | 0.88% | - |
| XYZ | 44.58 | 39.82 | 76.57 | - |
| YUV | 172.5 | 157.63 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 159 | 225 | 0.20 | 0.29 | 0 | 0.12 | 258.18 | 0.52 | 0.75 |
| Hex | B3 | 9F | E1 | 14 | 1D | 0 | C | 102 | 34 | 4B |
| Octal | 263 | 237 | 341 | 24 | 35 | 0 | 14 | 402 | 64 | 113 |
| Binary | 10110011 | 10011111 | 11100001 | 10100 | 11101 | 0 | 1100 | 100000010 | 110100 | 1001011 |
Color Harmonies of #B39FE1
Complementary color
Monochromatic Colors of #B39FE1
Black with #B39FE1
Text Example
Text Example
White with #B39FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39FE1; }
p { color: rgb(179,159,225); }
H1.HeaderClassName
{
color: #B39FE1;
}
.AnyTagClassName
{
color: #B39FE1;
}
</style>
background-color css
<style>
a { background-color: #B39FE1; }
a { background-color: rgb(179,159,225); }
div.DivClassName
{
background-color: #B39FE1;
}
.BgClassName
{
background-color: #B39FE1;
}
</style>
border-color css
<style>
span { border-color: #B39FE1; }
span { border-color: rgb(179,159,225); }
td.TdClassName
{
border-color: #B39FE1;
}
.TagClassName
{
border-color: #B39FE1;
}
</style>