Shades of Biloba Flower #B19EDC
Tints of Biloba Flower #B19EDC
RGB
CMYK
RGB Variations
Color information
#B19EDC (or 0xB19EDC) is known color: Biloba Flower. HEX triplet: B1, 9E and DC. RGB value is (177,158,220). Sum of RGB (Red+Green+Blue) = 177+158+220=555 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.89% from 555); Green value is 158 (62.11% from 255 or 28.47% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #B19EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19EDC is #4E6123. Grayscale: #AAAAAA. Windows color (decimal): -5136676 or 14458545. OLE color: 14458545.
HSL color Cylindrical-coordinate representation of color #B19EDC: hue angle of 258.39º 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 #B19EDC is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 158 | 220 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.14 |
| HSL | 258.39º | 0.47% | 0.74% | - |
| HSV(B) | 258.39º | 0.28% | 0.86% | - |
| XYZ | 43.28 | 38.97 | 72.95 | - |
| YUV | 170.75 | 155.79 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 158 | 220 | 0.20 | 0.28 | 0 | 0.14 | 258.39 | 0.47 | 0.74 |
| Hex | B1 | 9E | DC | 14 | 1C | 0 | E | 102 | 2F | 4A |
| Octal | 261 | 236 | 334 | 24 | 34 | 0 | 16 | 402 | 57 | 112 |
| Binary | 10110001 | 10011110 | 11011100 | 10100 | 11100 | 0 | 1110 | 100000010 | 101111 | 1001010 |
Color Harmonies of #B19EDC
Complementary color
Monochromatic Colors of #B19EDC
Black with #B19EDC
Text Example
Text Example
White with #B19EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19EDC; }
p { color: rgb(177,158,220); }
H1.HeaderClassName
{
color: #B19EDC;
}
.AnyTagClassName
{
color: #B19EDC;
}
</style>
background-color css
<style>
a { background-color: #B19EDC; }
a { background-color: rgb(177,158,220); }
div.DivClassName
{
background-color: #B19EDC;
}
.BgClassName
{
background-color: #B19EDC;
}
</style>
border-color css
<style>
span { border-color: #B19EDC; }
span { border-color: rgb(177,158,220); }
td.TdClassName
{
border-color: #B19EDC;
}
.TagClassName
{
border-color: #B19EDC;
}
</style>