Shades of Biloba Flower #B19CFC
Tints of Biloba Flower #B19CFC
RGB
CMYK
RGB Variations
Color information
#B19CFC (or 0xB19CFC) is known color: Biloba Flower. HEX triplet: B1, 9C and FC. RGB value is (177,156,252). Sum of RGB (Red+Green+Blue) = 177+156+252=585 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.26% from 585); Green value is 156 (61.33% from 255 or 26.67% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #B19CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19CFC is #4E6303. Grayscale: #ACACAC. Windows color (decimal): -5137156 or 16555185. OLE color: 16555185.
HSL color Cylindrical-coordinate representation of color #B19CFC: hue angle of 253.12º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B19CFC is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 156 | 252 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.01 |
| HSL | 253.13º | 0.94% | 0.8% | - |
| HSV(B) | 253.13º | 0.38% | 0.99% | - |
| XYZ | 47.59 | 40.15 | 97.34 | - |
| YUV | 173.22 | 172.46 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 156 | 252 | 0.30 | 0.38 | 0 | 0.01 | 253.13 | 0.94 | 0.8 |
| Hex | B1 | 9C | FC | 1E | 26 | 0 | 1 | FD | 5E | 50 |
| Octal | 261 | 234 | 374 | 36 | 46 | 0 | 1 | 375 | 136 | 120 |
| Binary | 10110001 | 10011100 | 11111100 | 11110 | 100110 | 0 | 1 | 11111101 | 1011110 | 1010000 |
Color Harmonies of #B19CFC
Complementary color
Monochromatic Colors of #B19CFC
Black with #B19CFC
Text Example
Text Example
White with #B19CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19CFC; }
p { color: rgb(177,156,252); }
H1.HeaderClassName
{
color: #B19CFC;
}
.AnyTagClassName
{
color: #B19CFC;
}
</style>
background-color css
<style>
a { background-color: #B19CFC; }
a { background-color: rgb(177,156,252); }
div.DivClassName
{
background-color: #B19CFC;
}
.BgClassName
{
background-color: #B19CFC;
}
</style>
border-color css
<style>
span { border-color: #B19CFC; }
span { border-color: rgb(177,156,252); }
td.TdClassName
{
border-color: #B19CFC;
}
.TagClassName
{
border-color: #B19CFC;
}
</style>