Shades of Biloba Flower #B19EFD
Tints of Biloba Flower #B19EFD
RGB
CMYK
RGB Variations
Color information
#B19EFD (or 0xB19EFD) is known color: Biloba Flower. HEX triplet: B1, 9E and FD. RGB value is (177,158,253). Sum of RGB (Red+Green+Blue) = 177+158+253=588 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.10% from 588); Green value is 158 (62.11% from 255 or 26.87% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #B19EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19EFD is #4E6102. Grayscale: #AEAEAE. Windows color (decimal): -5136643 or 16621233. OLE color: 16621233.
HSL color Cylindrical-coordinate representation of color #B19EFD: hue angle of 252º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B19EFD is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 158 | 253 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.01 |
| HSL | 252º | 0.96% | 0.81% | - |
| HSV(B) | 252º | 0.38% | 0.99% | - |
| XYZ | 48.09 | 40.89 | 98.29 | - |
| YUV | 174.51 | 172.29 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 158 | 253 | 0.30 | 0.38 | 0 | 0.01 | 252 | 0.96 | 0.81 |
| Hex | B1 | 9E | FD | 1E | 26 | 0 | 1 | FC | 60 | 51 |
| Octal | 261 | 236 | 375 | 36 | 46 | 0 | 1 | 374 | 140 | 121 |
| Binary | 10110001 | 10011110 | 11111101 | 11110 | 100110 | 0 | 1 | 11111100 | 1100000 | 1010001 |
Color Harmonies of #B19EFD
Complementary color
Monochromatic Colors of #B19EFD
Black with #B19EFD
Text Example
Text Example
White with #B19EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19EFD; }
p { color: rgb(177,158,253); }
H1.HeaderClassName
{
color: #B19EFD;
}
.AnyTagClassName
{
color: #B19EFD;
}
</style>
background-color css
<style>
a { background-color: #B19EFD; }
a { background-color: rgb(177,158,253); }
div.DivClassName
{
background-color: #B19EFD;
}
.BgClassName
{
background-color: #B19EFD;
}
</style>
border-color css
<style>
span { border-color: #B19EFD; }
span { border-color: rgb(177,158,253); }
td.TdClassName
{
border-color: #B19EFD;
}
.TagClassName
{
border-color: #B19EFD;
}
</style>