Shades of Biloba Flower #B191E7
Tints of Biloba Flower #B191E7
RGB
CMYK
RGB Variations
Color information
#B191E7 (or 0xB191E7) is known color: Biloba Flower. HEX triplet: B1, 91 and E7. RGB value is (177,145,231). Sum of RGB (Red+Green+Blue) = 177+145+231=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 145 (57.03% from 255 or 26.22% from 553); Blue value is 231 (90.62% from 255 or 41.77% from 553); Max value from RGB is 231 - color contains mainly: blue. Hex color #B191E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B191E7 is #4E6E18. Grayscale: #A4A4A4. Windows color (decimal): -5139993 or 15176113. OLE color: 15176113.
HSL color Cylindrical-coordinate representation of color #B191E7: hue angle of 262.33º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B191E7 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 145 | 231 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.09 |
| HSL | 262.33º | 0.64% | 0.74% | - |
| HSV(B) | 262.33º | 0.37% | 0.91% | - |
| XYZ | 42.68 | 35.37 | 80.18 | - |
| YUV | 164.37 | 165.6 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 231 | 0.23 | 0.37 | 0 | 0.09 | 262.33 | 0.64 | 0.74 |
| Hex | B1 | 91 | E7 | 17 | 25 | 0 | 9 | 106 | 40 | 4A |
| Octal | 261 | 221 | 347 | 27 | 45 | 0 | 11 | 406 | 100 | 112 |
| Binary | 10110001 | 10010001 | 11100111 | 10111 | 100101 | 0 | 1001 | 100000110 | 1000000 | 1001010 |
Color Harmonies of #B191E7
Complementary color
Monochromatic Colors of #B191E7
Black with #B191E7
Text Example
Text Example
White with #B191E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B191E7; }
p { color: rgb(177,145,231); }
H1.HeaderClassName
{
color: #B191E7;
}
.AnyTagClassName
{
color: #B191E7;
}
</style>
background-color css
<style>
a { background-color: #B191E7; }
a { background-color: rgb(177,145,231); }
div.DivClassName
{
background-color: #B191E7;
}
.BgClassName
{
background-color: #B191E7;
}
</style>
border-color css
<style>
span { border-color: #B191E7; }
span { border-color: rgb(177,145,231); }
td.TdClassName
{
border-color: #B191E7;
}
.TagClassName
{
border-color: #B191E7;
}
</style>