Shades of Biloba Flower #B497DE
Tints of Biloba Flower #B497DE
RGB
CMYK
RGB Variations
Color information
#B497DE (or 0xB497DE) is known color: Biloba Flower. HEX triplet: B4, 97 and DE. RGB value is (180,151,222). Sum of RGB (Red+Green+Blue) = 180+151+222=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 151 (59.38% from 255 or 27.31% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #B497DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B497DE is #4B6821. Grayscale: #A7A7A7. Windows color (decimal): -4941858 or 14587828. OLE color: 14587828.
HSL color Cylindrical-coordinate representation of color #B497DE: hue angle of 264.51º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B497DE is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 151 | 222 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.13 |
| HSL | 264.51º | 0.52% | 0.73% | - |
| HSV(B) | 264.51º | 0.32% | 0.87% | - |
| XYZ | 43.07 | 37.11 | 74 | - |
| YUV | 167.77 | 158.61 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 151 | 222 | 0.19 | 0.32 | 0 | 0.13 | 264.51 | 0.52 | 0.73 |
| Hex | B4 | 97 | DE | 13 | 20 | 0 | D | 109 | 34 | 49 |
| Octal | 264 | 227 | 336 | 23 | 40 | 0 | 15 | 411 | 64 | 111 |
| Binary | 10110100 | 10010111 | 11011110 | 10011 | 100000 | 0 | 1101 | 100001001 | 110100 | 1001001 |
Color Harmonies of #B497DE
Complementary color
Monochromatic Colors of #B497DE
Black with #B497DE
Text Example
Text Example
White with #B497DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B497DE; }
p { color: rgb(180,151,222); }
H1.HeaderClassName
{
color: #B497DE;
}
.AnyTagClassName
{
color: #B497DE;
}
</style>
background-color css
<style>
a { background-color: #B497DE; }
a { background-color: rgb(180,151,222); }
div.DivClassName
{
background-color: #B497DE;
}
.BgClassName
{
background-color: #B497DE;
}
</style>
border-color css
<style>
span { border-color: #B497DE; }
span { border-color: rgb(180,151,222); }
td.TdClassName
{
border-color: #B497DE;
}
.TagClassName
{
border-color: #B497DE;
}
</style>