Shades of Biloba Flower #B49FEA
Tints of Biloba Flower #B49FEA
RGB
CMYK
RGB Variations
Color information
#B49FEA (or 0xB49FEA) is known color: Biloba Flower. HEX triplet: B4, 9F and EA. RGB value is (180,159,234). Sum of RGB (Red+Green+Blue) = 180+159+234=573 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.41% from 573); Green value is 159 (62.5% from 255 or 27.75% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #B49FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49FEA is #4B6015. Grayscale: #ADADAD. Windows color (decimal): -4939798 or 15376308. OLE color: 15376308.
HSL color Cylindrical-coordinate representation of color #B49FEA: hue angle of 256.8º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B49FEA is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 159 | 234 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.08 |
| HSL | 256.8º | 0.64% | 0.77% | - |
| HSV(B) | 256.8º | 0.32% | 0.92% | - |
| XYZ | 46.07 | 40.44 | 83.22 | - |
| YUV | 173.83 | 161.96 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 159 | 234 | 0.23 | 0.32 | 0 | 0.08 | 256.8 | 0.64 | 0.77 |
| Hex | B4 | 9F | EA | 17 | 20 | 0 | 8 | 101 | 40 | 4D |
| Octal | 264 | 237 | 352 | 27 | 40 | 0 | 10 | 401 | 100 | 115 |
| Binary | 10110100 | 10011111 | 11101010 | 10111 | 100000 | 0 | 1000 | 100000001 | 1000000 | 1001101 |
Color Harmonies of #B49FEA
Complementary color
Monochromatic Colors of #B49FEA
Black with #B49FEA
Text Example
Text Example
White with #B49FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49FEA; }
p { color: rgb(180,159,234); }
H1.HeaderClassName
{
color: #B49FEA;
}
.AnyTagClassName
{
color: #B49FEA;
}
</style>
background-color css
<style>
a { background-color: #B49FEA; }
a { background-color: rgb(180,159,234); }
div.DivClassName
{
background-color: #B49FEA;
}
.BgClassName
{
background-color: #B49FEA;
}
</style>
border-color css
<style>
span { border-color: #B49FEA; }
span { border-color: rgb(180,159,234); }
td.TdClassName
{
border-color: #B49FEA;
}
.TagClassName
{
border-color: #B49FEA;
}
</style>