Shades of Biloba Flower #B497EE
Tints of Biloba Flower #B497EE
RGB
CMYK
RGB Variations
Color information
#B497EE (or 0xB497EE) is known color: Biloba Flower. HEX triplet: B4, 97 and EE. RGB value is (180,151,238). Sum of RGB (Red+Green+Blue) = 180+151+238=569 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.63% from 569); Green value is 151 (59.38% from 255 or 26.54% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #B497EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B497EE is #4B6811. Grayscale: #A9A9A9. Windows color (decimal): -4941842 or 15636404. OLE color: 15636404.
HSL color Cylindrical-coordinate representation of color #B497EE: hue angle of 260º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B497EE is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 151 | 238 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.07 |
| HSL | 260º | 0.72% | 0.76% | - |
| HSV(B) | 260º | 0.37% | 0.93% | - |
| XYZ | 45.32 | 38.01 | 85.84 | - |
| YUV | 169.59 | 166.61 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 151 | 238 | 0.24 | 0.37 | 0 | 0.07 | 260 | 0.72 | 0.76 |
| Hex | B4 | 97 | EE | 18 | 25 | 0 | 7 | 104 | 48 | 4C |
| Octal | 264 | 227 | 356 | 30 | 45 | 0 | 7 | 404 | 110 | 114 |
| Binary | 10110100 | 10010111 | 11101110 | 11000 | 100101 | 0 | 111 | 100000100 | 1001000 | 1001100 |
Color Harmonies of #B497EE
Complementary color
Monochromatic Colors of #B497EE
Black with #B497EE
Text Example
Text Example
White with #B497EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B497EE; }
p { color: rgb(180,151,238); }
H1.HeaderClassName
{
color: #B497EE;
}
.AnyTagClassName
{
color: #B497EE;
}
</style>
background-color css
<style>
a { background-color: #B497EE; }
a { background-color: rgb(180,151,238); }
div.DivClassName
{
background-color: #B497EE;
}
.BgClassName
{
background-color: #B497EE;
}
</style>
border-color css
<style>
span { border-color: #B497EE; }
span { border-color: rgb(180,151,238); }
td.TdClassName
{
border-color: #B497EE;
}
.TagClassName
{
border-color: #B497EE;
}
</style>