Shades of Biloba Flower #B49DEA
Tints of Biloba Flower #B49DEA
RGB
CMYK
RGB Variations
Color information
#B49DEA (or 0xB49DEA) is known color: Biloba Flower. HEX triplet: B4, 9D and EA. RGB value is (180,157,234). Sum of RGB (Red+Green+Blue) = 180+157+234=571 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.52% from 571); Green value is 157 (61.72% from 255 or 27.50% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #B49DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49DEA is #4B6215. Grayscale: #ACACAC. Windows color (decimal): -4940310 or 15375796. OLE color: 15375796.
HSL color Cylindrical-coordinate representation of color #B49DEA: hue angle of 257.92º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B49DEA is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 157 | 234 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.08 |
| HSL | 257.92º | 0.65% | 0.77% | - |
| HSV(B) | 257.92º | 0.33% | 0.92% | - |
| XYZ | 45.73 | 39.76 | 83.11 | - |
| YUV | 172.66 | 162.62 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 157 | 234 | 0.23 | 0.33 | 0 | 0.08 | 257.92 | 0.65 | 0.77 |
| Hex | B4 | 9D | EA | 17 | 21 | 0 | 8 | 102 | 41 | 4D |
| Octal | 264 | 235 | 352 | 27 | 41 | 0 | 10 | 402 | 101 | 115 |
| Binary | 10110100 | 10011101 | 11101010 | 10111 | 100001 | 0 | 1000 | 100000010 | 1000001 | 1001101 |
Color Harmonies of #B49DEA
Complementary color
Monochromatic Colors of #B49DEA
Black with #B49DEA
Text Example
Text Example
White with #B49DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49DEA; }
p { color: rgb(180,157,234); }
H1.HeaderClassName
{
color: #B49DEA;
}
.AnyTagClassName
{
color: #B49DEA;
}
</style>
background-color css
<style>
a { background-color: #B49DEA; }
a { background-color: rgb(180,157,234); }
div.DivClassName
{
background-color: #B49DEA;
}
.BgClassName
{
background-color: #B49DEA;
}
</style>
border-color css
<style>
span { border-color: #B49DEA; }
span { border-color: rgb(180,157,234); }
td.TdClassName
{
border-color: #B49DEA;
}
.TagClassName
{
border-color: #B49DEA;
}
</style>