Shades of Biloba Flower #B497E1
Tints of Biloba Flower #B497E1
RGB
CMYK
RGB Variations
Color information
#B497E1 (or 0xB497E1) is known color: Biloba Flower. HEX triplet: B4, 97 and E1. RGB value is (180,151,225). Sum of RGB (Red+Green+Blue) = 180+151+225=556 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.37% from 556); Green value is 151 (59.38% from 255 or 27.16% from 556); Blue value is 225 (88.28% from 255 or 40.47% from 556); Max value from RGB is 225 - color contains mainly: blue. Hex color #B497E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B497E1 is #4B681E. Grayscale: #A7A7A7. Windows color (decimal): -4941855 or 14784436. OLE color: 14784436.
HSL color Cylindrical-coordinate representation of color #B497E1: hue angle of 263.51º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B497E1 is Cyan = 0.2, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 151 | 225 | - |
| CMYK | 0.2 | 0.33 | 0 | 0.12 |
| HSL | 263.51º | 0.55% | 0.74% | - |
| HSV(B) | 263.51º | 0.33% | 0.88% | - |
| XYZ | 43.48 | 37.27 | 76.14 | - |
| YUV | 168.11 | 160.11 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 151 | 225 | 0.2 | 0.33 | 0 | 0.12 | 263.51 | 0.55 | 0.74 |
| Hex | B4 | 97 | E1 | 14 | 21 | 0 | C | 108 | 37 | 4A |
| Octal | 264 | 227 | 341 | 24 | 41 | 0 | 14 | 410 | 67 | 112 |
| Binary | 10110100 | 10010111 | 11100001 | 10100 | 100001 | 0 | 1100 | 100001000 | 110111 | 1001010 |
Color Harmonies of #B497E1
Complementary color
Monochromatic Colors of #B497E1
Black with #B497E1
Text Example
Text Example
White with #B497E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B497E1; }
p { color: rgb(180,151,225); }
H1.HeaderClassName
{
color: #B497E1;
}
.AnyTagClassName
{
color: #B497E1;
}
</style>
background-color css
<style>
a { background-color: #B497E1; }
a { background-color: rgb(180,151,225); }
div.DivClassName
{
background-color: #B497E1;
}
.BgClassName
{
background-color: #B497E1;
}
</style>
border-color css
<style>
span { border-color: #B497E1; }
span { border-color: rgb(180,151,225); }
td.TdClassName
{
border-color: #B497E1;
}
.TagClassName
{
border-color: #B497E1;
}
</style>