Shades of Biloba Flower #B497DD
Tints of Biloba Flower #B497DD
RGB
CMYK
RGB Variations
Color information
#B497DD (or 0xB497DD) is known color: Biloba Flower. HEX triplet: B4, 97 and DD. RGB value is (180,151,221). Sum of RGB (Red+Green+Blue) = 180+151+221=552 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.61% from 552); Green value is 151 (59.38% from 255 or 27.36% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #B497DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B497DD is #4B6822. Grayscale: #A7A7A7. Windows color (decimal): -4941859 or 14522292. OLE color: 14522292.
HSL color Cylindrical-coordinate representation of color #B497DD: hue angle of 264.86º degrees, saturation: 0.51, 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 #B497DD is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 151 | 221 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.13 |
| HSL | 264.86º | 0.51% | 0.73% | - |
| HSV(B) | 264.86º | 0.32% | 0.87% | - |
| XYZ | 42.94 | 37.06 | 73.3 | - |
| YUV | 167.65 | 158.11 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 151 | 221 | 0.19 | 0.32 | 0 | 0.13 | 264.86 | 0.51 | 0.73 |
| Hex | B4 | 97 | DD | 13 | 20 | 0 | D | 109 | 33 | 49 |
| Octal | 264 | 227 | 335 | 23 | 40 | 0 | 15 | 411 | 63 | 111 |
| Binary | 10110100 | 10010111 | 11011101 | 10011 | 100000 | 0 | 1101 | 100001001 | 110011 | 1001001 |
Color Harmonies of #B497DD
Complementary color
Monochromatic Colors of #B497DD
Black with #B497DD
Text Example
Text Example
White with #B497DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B497DD; }
p { color: rgb(180,151,221); }
H1.HeaderClassName
{
color: #B497DD;
}
.AnyTagClassName
{
color: #B497DD;
}
</style>
background-color css
<style>
a { background-color: #B497DD; }
a { background-color: rgb(180,151,221); }
div.DivClassName
{
background-color: #B497DD;
}
.BgClassName
{
background-color: #B497DD;
}
</style>
border-color css
<style>
span { border-color: #B497DD; }
span { border-color: rgb(180,151,221); }
td.TdClassName
{
border-color: #B497DD;
}
.TagClassName
{
border-color: #B497DD;
}
</style>