Shades of Biloba Flower #B49EDC
Tints of Biloba Flower #B49EDC
RGB
CMYK
RGB Variations
Color information
#B49EDC (or 0xB49EDC) is known color: Biloba Flower. HEX triplet: B4, 9E and DC. RGB value is (180,158,220). Sum of RGB (Red+Green+Blue) = 180+158+220=558 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.26% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #B49EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49EDC is #4B6123. Grayscale: #ABABAB. Windows color (decimal): -4940068 or 14458548. OLE color: 14458548.
HSL color Cylindrical-coordinate representation of color #B49EDC: hue angle of 261.29º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B49EDC is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 158 | 220 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.14 |
| HSL | 261.29º | 0.47% | 0.74% | - |
| HSV(B) | 261.29º | 0.28% | 0.86% | - |
| XYZ | 43.97 | 39.32 | 72.98 | - |
| YUV | 171.65 | 155.29 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 158 | 220 | 0.18 | 0.28 | 0 | 0.14 | 261.29 | 0.47 | 0.74 |
| Hex | B4 | 9E | DC | 12 | 1C | 0 | E | 105 | 2F | 4A |
| Octal | 264 | 236 | 334 | 22 | 34 | 0 | 16 | 405 | 57 | 112 |
| Binary | 10110100 | 10011110 | 11011100 | 10010 | 11100 | 0 | 1110 | 100000101 | 101111 | 1001010 |
Color Harmonies of #B49EDC
Complementary color
Monochromatic Colors of #B49EDC
Black with #B49EDC
Text Example
Text Example
White with #B49EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49EDC; }
p { color: rgb(180,158,220); }
H1.HeaderClassName
{
color: #B49EDC;
}
.AnyTagClassName
{
color: #B49EDC;
}
</style>
background-color css
<style>
a { background-color: #B49EDC; }
a { background-color: rgb(180,158,220); }
div.DivClassName
{
background-color: #B49EDC;
}
.BgClassName
{
background-color: #B49EDC;
}
</style>
border-color css
<style>
span { border-color: #B49EDC; }
span { border-color: rgb(180,158,220); }
td.TdClassName
{
border-color: #B49EDC;
}
.TagClassName
{
border-color: #B49EDC;
}
</style>