Shades of Biloba Flower #B49CE0
Tints of Biloba Flower #B49CE0
RGB
CMYK
RGB Variations
Color information
#B49CE0 (or 0xB49CE0) is known color: Biloba Flower. HEX triplet: B4, 9C and E0. RGB value is (180,156,224). Sum of RGB (Red+Green+Blue) = 180+156+224=560 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.14% from 560); Green value is 156 (61.33% from 255 or 27.86% from 560); Blue value is 224 (87.89% from 255 or 40% from 560); Max value from RGB is 224 - color contains mainly: blue. Hex color #B49CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49CE0 is #4B631F. Grayscale: #AAAAAA. Windows color (decimal): -4940576 or 14720180. OLE color: 14720180.
HSL color Cylindrical-coordinate representation of color #B49CE0: hue angle of 261.18º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B49CE0 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 156 | 224 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.12 |
| HSL | 261.18º | 0.52% | 0.75% | - |
| HSV(B) | 261.18º | 0.3% | 0.88% | - |
| XYZ | 44.17 | 38.86 | 75.69 | - |
| YUV | 170.93 | 157.95 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 156 | 224 | 0.20 | 0.30 | 0 | 0.12 | 261.18 | 0.52 | 0.75 |
| Hex | B4 | 9C | E0 | 14 | 1E | 0 | C | 105 | 34 | 4B |
| Octal | 264 | 234 | 340 | 24 | 36 | 0 | 14 | 405 | 64 | 113 |
| Binary | 10110100 | 10011100 | 11100000 | 10100 | 11110 | 0 | 1100 | 100000101 | 110100 | 1001011 |
Color Harmonies of #B49CE0
Complementary color
Monochromatic Colors of #B49CE0
Black with #B49CE0
Text Example
Text Example
White with #B49CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49CE0; }
p { color: rgb(180,156,224); }
H1.HeaderClassName
{
color: #B49CE0;
}
.AnyTagClassName
{
color: #B49CE0;
}
</style>
background-color css
<style>
a { background-color: #B49CE0; }
a { background-color: rgb(180,156,224); }
div.DivClassName
{
background-color: #B49CE0;
}
.BgClassName
{
background-color: #B49CE0;
}
</style>
border-color css
<style>
span { border-color: #B49CE0; }
span { border-color: rgb(180,156,224); }
td.TdClassName
{
border-color: #B49CE0;
}
.TagClassName
{
border-color: #B49CE0;
}
</style>