Shades of Biloba Flower #B191F0
Tints of Biloba Flower #B191F0
RGB
CMYK
RGB Variations
Color information
#B191F0 (or 0xB191F0) is known color: Biloba Flower. HEX triplet: B1, 91 and F0. RGB value is (177,145,240). Sum of RGB (Red+Green+Blue) = 177+145+240=562 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.49% from 562); Green value is 145 (57.03% from 255 or 25.80% from 562); Blue value is 240 (94.14% from 255 or 42.70% from 562); Max value from RGB is 240 - color contains mainly: blue. Hex color #B191F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B191F0 is #4E6E0F. Grayscale: #A5A5A5. Windows color (decimal): -5139984 or 15765937. OLE color: 15765937.
HSL color Cylindrical-coordinate representation of color #B191F0: hue angle of 260.21º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B191F0 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 145 | 240 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.06 |
| HSL | 260.21º | 0.76% | 0.75% | - |
| HSV(B) | 260.21º | 0.4% | 0.94% | - |
| XYZ | 43.99 | 35.89 | 87.05 | - |
| YUV | 165.4 | 170.1 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 240 | 0.26 | 0.40 | 0 | 0.06 | 260.21 | 0.76 | 0.75 |
| Hex | B1 | 91 | F0 | 1A | 28 | 0 | 6 | 104 | 4C | 4B |
| Octal | 261 | 221 | 360 | 32 | 50 | 0 | 6 | 404 | 114 | 113 |
| Binary | 10110001 | 10010001 | 11110000 | 11010 | 101000 | 0 | 110 | 100000100 | 1001100 | 1001011 |
Color Harmonies of #B191F0
Complementary color
Monochromatic Colors of #B191F0
Black with #B191F0
Text Example
Text Example
White with #B191F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B191F0; }
p { color: rgb(177,145,240); }
H1.HeaderClassName
{
color: #B191F0;
}
.AnyTagClassName
{
color: #B191F0;
}
</style>
background-color css
<style>
a { background-color: #B191F0; }
a { background-color: rgb(177,145,240); }
div.DivClassName
{
background-color: #B191F0;
}
.BgClassName
{
background-color: #B191F0;
}
</style>
border-color css
<style>
span { border-color: #B191F0; }
span { border-color: rgb(177,145,240); }
td.TdClassName
{
border-color: #B191F0;
}
.TagClassName
{
border-color: #B191F0;
}
</style>