Shades of Biloba Flower #B191FF
Tints of Biloba Flower #B191FF
RGB
CMYK
RGB Variations
Color information
#B191FF (or 0xB191FF) is known color: Biloba Flower. HEX triplet: B1, 91 and FF. RGB value is (177,145,255). Sum of RGB (Red+Green+Blue) = 177+145+255=577 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.68% from 577); Green value is 145 (57.03% from 255 or 25.13% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #B191FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B191FF is #4E6E00. Grayscale: #A6A6A6. Windows color (decimal): -5139969 or 16748977. OLE color: 16748977.
HSL color Cylindrical-coordinate representation of color #B191FF: hue angle of 257.45º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B191FF is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 145 | 255 | - |
| CMYK | 0.31 | 0.43 | 0 | 0 |
| HSL | 257.45º | 1% | 0.78% | - |
| HSV(B) | 257.45º | 0.43% | 1% | - |
| XYZ | 46.31 | 36.82 | 99.27 | - |
| YUV | 167.11 | 177.6 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 255 | 0.31 | 0.43 | 0 | 0 | 257.45 | 1 | 0.78 |
| Hex | B1 | 91 | FF | 1F | 2B | 0 | 0 | 101 | 64 | 4E |
| Octal | 261 | 221 | 377 | 37 | 53 | 0 | 0 | 401 | 144 | 116 |
| Binary | 10110001 | 10010001 | 11111111 | 11111 | 101011 | 0 | 0 | 100000001 | 1100100 | 1001110 |
Color Harmonies of #B191FF
Complementary color
Monochromatic Colors of #B191FF
Black with #B191FF
Text Example
Text Example
White with #B191FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B191FF; }
p { color: rgb(177,145,255); }
H1.HeaderClassName
{
color: #B191FF;
}
.AnyTagClassName
{
color: #B191FF;
}
</style>
background-color css
<style>
a { background-color: #B191FF; }
a { background-color: rgb(177,145,255); }
div.DivClassName
{
background-color: #B191FF;
}
.BgClassName
{
background-color: #B191FF;
}
</style>
border-color css
<style>
span { border-color: #B191FF; }
span { border-color: rgb(177,145,255); }
td.TdClassName
{
border-color: #B191FF;
}
.TagClassName
{
border-color: #B191FF;
}
</style>