Shades of Biloba Flower #B49EEA
Tints of Biloba Flower #B49EEA
RGB
CMYK
RGB Variations
Color information
#B49EEA (or 0xB49EEA) is known color: Biloba Flower. HEX triplet: B4, 9E and EA. RGB value is (180,158,234). Sum of RGB (Red+Green+Blue) = 180+158+234=572 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.47% from 572); Green value is 158 (62.11% from 255 or 27.62% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #B49EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49EEA is #4B6115. Grayscale: #ACACAC. Windows color (decimal): -4940054 or 15376052. OLE color: 15376052.
HSL color Cylindrical-coordinate representation of color #B49EEA: hue angle of 257.37º 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 #B49EEA is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 158 | 234 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.08 |
| HSL | 257.37º | 0.64% | 0.77% | - |
| HSV(B) | 257.37º | 0.32% | 0.92% | - |
| XYZ | 45.9 | 40.1 | 83.16 | - |
| YUV | 173.24 | 162.29 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 158 | 234 | 0.23 | 0.32 | 0 | 0.08 | 257.37 | 0.64 | 0.77 |
| Hex | B4 | 9E | EA | 17 | 20 | 0 | 8 | 101 | 40 | 4D |
| Octal | 264 | 236 | 352 | 27 | 40 | 0 | 10 | 401 | 100 | 115 |
| Binary | 10110100 | 10011110 | 11101010 | 10111 | 100000 | 0 | 1000 | 100000001 | 1000000 | 1001101 |
Color Harmonies of #B49EEA
Complementary color
Monochromatic Colors of #B49EEA
Black with #B49EEA
Text Example
Text Example
White with #B49EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49EEA; }
p { color: rgb(180,158,234); }
H1.HeaderClassName
{
color: #B49EEA;
}
.AnyTagClassName
{
color: #B49EEA;
}
</style>
background-color css
<style>
a { background-color: #B49EEA; }
a { background-color: rgb(180,158,234); }
div.DivClassName
{
background-color: #B49EEA;
}
.BgClassName
{
background-color: #B49EEA;
}
</style>
border-color css
<style>
span { border-color: #B49EEA; }
span { border-color: rgb(180,158,234); }
td.TdClassName
{
border-color: #B49EEA;
}
.TagClassName
{
border-color: #B49EEA;
}
</style>