Shades of Biloba Flower #B49CEA
Tints of Biloba Flower #B49CEA
RGB
CMYK
RGB Variations
Color information
#B49CEA (or 0xB49CEA) is known color: Biloba Flower. HEX triplet: B4, 9C and EA. RGB value is (180,156,234). Sum of RGB (Red+Green+Blue) = 180+156+234=570 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.58% from 570); Green value is 156 (61.33% from 255 or 27.37% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #B49CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49CEA is #4B6315. Grayscale: #ABABAB. Windows color (decimal): -4940566 or 15375540. OLE color: 15375540.
HSL color Cylindrical-coordinate representation of color #B49CEA: hue angle of 258.46º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B49CEA is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 156 | 234 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.08 |
| HSL | 258.46º | 0.65% | 0.76% | - |
| HSV(B) | 258.46º | 0.33% | 0.92% | - |
| XYZ | 45.56 | 39.42 | 83.05 | - |
| YUV | 172.07 | 162.95 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 156 | 234 | 0.23 | 0.33 | 0 | 0.08 | 258.46 | 0.65 | 0.76 |
| Hex | B4 | 9C | EA | 17 | 21 | 0 | 8 | 102 | 41 | 4C |
| Octal | 264 | 234 | 352 | 27 | 41 | 0 | 10 | 402 | 101 | 114 |
| Binary | 10110100 | 10011100 | 11101010 | 10111 | 100001 | 0 | 1000 | 100000010 | 1000001 | 1001100 |
Color Harmonies of #B49CEA
Complementary color
Monochromatic Colors of #B49CEA
Black with #B49CEA
Text Example
Text Example
White with #B49CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49CEA; }
p { color: rgb(180,156,234); }
H1.HeaderClassName
{
color: #B49CEA;
}
.AnyTagClassName
{
color: #B49CEA;
}
</style>
background-color css
<style>
a { background-color: #B49CEA; }
a { background-color: rgb(180,156,234); }
div.DivClassName
{
background-color: #B49CEA;
}
.BgClassName
{
background-color: #B49CEA;
}
</style>
border-color css
<style>
span { border-color: #B49CEA; }
span { border-color: rgb(180,156,234); }
td.TdClassName
{
border-color: #B49CEA;
}
.TagClassName
{
border-color: #B49CEA;
}
</style>