Shades of Biloba Flower #B497E5
Tints of Biloba Flower #B497E5
RGB
CMYK
RGB Variations
Color information
#B497E5 (or 0xB497E5) is known color: Biloba Flower. HEX triplet: B4, 97 and E5. RGB value is (180,151,229). Sum of RGB (Red+Green+Blue) = 180+151+229=560 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.14% from 560); Green value is 151 (59.38% from 255 or 26.96% from 560); Blue value is 229 (89.84% from 255 or 40.89% from 560); Max value from RGB is 229 - color contains mainly: blue. Hex color #B497E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B497E5 is #4B681A. Grayscale: #A8A8A8. Windows color (decimal): -4941851 or 15046580. OLE color: 15046580.
HSL color Cylindrical-coordinate representation of color #B497E5: hue angle of 262.31º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B497E5 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 151 | 229 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.10 |
| HSL | 262.31º | 0.6% | 0.75% | - |
| HSV(B) | 262.31º | 0.34% | 0.9% | - |
| XYZ | 44.03 | 37.49 | 79.05 | - |
| YUV | 168.56 | 162.11 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 151 | 229 | 0.21 | 0.34 | 0 | 0.10 | 262.31 | 0.6 | 0.75 |
| Hex | B4 | 97 | E5 | 15 | 22 | 0 | A | 106 | 3C | 4B |
| Octal | 264 | 227 | 345 | 25 | 42 | 0 | 12 | 406 | 74 | 113 |
| Binary | 10110100 | 10010111 | 11100101 | 10101 | 100010 | 0 | 1010 | 100000110 | 111100 | 1001011 |
Color Harmonies of #B497E5
Complementary color
Monochromatic Colors of #B497E5
Black with #B497E5
Text Example
Text Example
White with #B497E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B497E5; }
p { color: rgb(180,151,229); }
H1.HeaderClassName
{
color: #B497E5;
}
.AnyTagClassName
{
color: #B497E5;
}
</style>
background-color css
<style>
a { background-color: #B497E5; }
a { background-color: rgb(180,151,229); }
div.DivClassName
{
background-color: #B497E5;
}
.BgClassName
{
background-color: #B497E5;
}
</style>
border-color css
<style>
span { border-color: #B497E5; }
span { border-color: rgb(180,151,229); }
td.TdClassName
{
border-color: #B497E5;
}
.TagClassName
{
border-color: #B497E5;
}
</style>