Shades of Biloba Flower #B489E1
Tints of Biloba Flower #B489E1
RGB
CMYK
RGB Variations
Color information
#B489E1 (or 0xB489E1) is known color: Biloba Flower. HEX triplet: B4, 89 and E1. RGB value is (180,137,225). Sum of RGB (Red+Green+Blue) = 180+137+225=542 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.21% from 542); Green value is 137 (53.91% from 255 or 25.28% from 542); Blue value is 225 (88.28% from 255 or 41.51% from 542); Max value from RGB is 225 - color contains mainly: blue. Hex color #B489E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B489E1 is #4B761E. Grayscale: #9F9F9F. Windows color (decimal): -4945439 or 14780852. OLE color: 14780852.
HSL color Cylindrical-coordinate representation of color #B489E1: hue angle of 269.32º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B489E1 is Cyan = 0.2, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 137 | 225 | - |
| CMYK | 0.2 | 0.39 | 0 | 0.12 |
| HSL | 269.32º | 0.59% | 0.71% | - |
| HSV(B) | 269.32º | 0.39% | 0.88% | - |
| XYZ | 41.36 | 33.03 | 75.43 | - |
| YUV | 159.89 | 164.75 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 137 | 225 | 0.2 | 0.39 | 0 | 0.12 | 269.32 | 0.59 | 0.71 |
| Hex | B4 | 89 | E1 | 14 | 27 | 0 | C | 10D | 3B | 47 |
| Octal | 264 | 211 | 341 | 24 | 47 | 0 | 14 | 415 | 73 | 107 |
| Binary | 10110100 | 10001001 | 11100001 | 10100 | 100111 | 0 | 1100 | 100001101 | 111011 | 1000111 |
Color Harmonies of #B489E1
Complementary color
Monochromatic Colors of #B489E1
Black with #B489E1
Text Example
Text Example
White with #B489E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B489E1; }
p { color: rgb(180,137,225); }
H1.HeaderClassName
{
color: #B489E1;
}
.AnyTagClassName
{
color: #B489E1;
}
</style>
background-color css
<style>
a { background-color: #B489E1; }
a { background-color: rgb(180,137,225); }
div.DivClassName
{
background-color: #B489E1;
}
.BgClassName
{
background-color: #B489E1;
}
</style>
border-color css
<style>
span { border-color: #B489E1; }
span { border-color: rgb(180,137,225); }
td.TdClassName
{
border-color: #B489E1;
}
.TagClassName
{
border-color: #B489E1;
}
</style>