Shades of Biloba Flower #B19FED
Tints of Biloba Flower #B19FED
RGB
CMYK
RGB Variations
Color information
#B19FED (or 0xB19FED) is known color: Biloba Flower. HEX triplet: B1, 9F and ED. RGB value is (177,159,237). Sum of RGB (Red+Green+Blue) = 177+159+237=573 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.89% from 573); Green value is 159 (62.5% from 255 or 27.75% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #B19FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19FED is #4E6012. Grayscale: #ACACAC. Windows color (decimal): -5136403 or 15572913. OLE color: 15572913.
HSL color Cylindrical-coordinate representation of color #B19FED: hue angle of 253.85º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B19FED is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 159 | 237 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.07 |
| HSL | 253.85º | 0.68% | 0.78% | - |
| HSV(B) | 253.85º | 0.33% | 0.93% | - |
| XYZ | 45.82 | 40.26 | 85.48 | - |
| YUV | 173.27 | 163.96 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 159 | 237 | 0.25 | 0.33 | 0 | 0.07 | 253.85 | 0.68 | 0.78 |
| Hex | B1 | 9F | ED | 19 | 21 | 0 | 7 | FE | 44 | 4E |
| Octal | 261 | 237 | 355 | 31 | 41 | 0 | 7 | 376 | 104 | 116 |
| Binary | 10110001 | 10011111 | 11101101 | 11001 | 100001 | 0 | 111 | 11111110 | 1000100 | 1001110 |
Color Harmonies of #B19FED
Complementary color
Monochromatic Colors of #B19FED
Black with #B19FED
Text Example
Text Example
White with #B19FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19FED; }
p { color: rgb(177,159,237); }
H1.HeaderClassName
{
color: #B19FED;
}
.AnyTagClassName
{
color: #B19FED;
}
</style>
background-color css
<style>
a { background-color: #B19FED; }
a { background-color: rgb(177,159,237); }
div.DivClassName
{
background-color: #B19FED;
}
.BgClassName
{
background-color: #B19FED;
}
</style>
border-color css
<style>
span { border-color: #B19FED; }
span { border-color: rgb(177,159,237); }
td.TdClassName
{
border-color: #B19FED;
}
.TagClassName
{
border-color: #B19FED;
}
</style>