Shades of Biloba Flower #B49AEA
Tints of Biloba Flower #B49AEA
RGB
CMYK
RGB Variations
Color information
#B49AEA (or 0xB49AEA) is known color: Biloba Flower. HEX triplet: B4, 9A and EA. RGB value is (180,154,234). Sum of RGB (Red+Green+Blue) = 180+154+234=568 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.69% from 568); Green value is 154 (60.55% from 255 or 27.11% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #B49AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49AEA is #4B6515. Grayscale: #AAAAAA. Windows color (decimal): -4941078 or 15375028. OLE color: 15375028.
HSL color Cylindrical-coordinate representation of color #B49AEA: hue angle of 259.5º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B49AEA is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 154 | 234 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.08 |
| HSL | 259.5º | 0.66% | 0.76% | - |
| HSV(B) | 259.5º | 0.34% | 0.92% | - |
| XYZ | 45.23 | 38.76 | 82.94 | - |
| YUV | 170.89 | 163.61 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 154 | 234 | 0.23 | 0.34 | 0 | 0.08 | 259.5 | 0.66 | 0.76 |
| Hex | B4 | 9A | EA | 17 | 22 | 0 | 8 | 104 | 42 | 4C |
| Octal | 264 | 232 | 352 | 27 | 42 | 0 | 10 | 404 | 102 | 114 |
| Binary | 10110100 | 10011010 | 11101010 | 10111 | 100010 | 0 | 1000 | 100000100 | 1000010 | 1001100 |
Color Harmonies of #B49AEA
Complementary color
Monochromatic Colors of #B49AEA
Black with #B49AEA
Text Example
Text Example
White with #B49AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49AEA; }
p { color: rgb(180,154,234); }
H1.HeaderClassName
{
color: #B49AEA;
}
.AnyTagClassName
{
color: #B49AEA;
}
</style>
background-color css
<style>
a { background-color: #B49AEA; }
a { background-color: rgb(180,154,234); }
div.DivClassName
{
background-color: #B49AEA;
}
.BgClassName
{
background-color: #B49AEA;
}
</style>
border-color css
<style>
span { border-color: #B49AEA; }
span { border-color: rgb(180,154,234); }
td.TdClassName
{
border-color: #B49AEA;
}
.TagClassName
{
border-color: #B49AEA;
}
</style>