Shades of Biloba Flower #B190E7
Tints of Biloba Flower #B190E7
RGB
CMYK
RGB Variations
Color information
#B190E7 (or 0xB190E7) is known color: Biloba Flower. HEX triplet: B1, 90 and E7. RGB value is (177,144,231). Sum of RGB (Red+Green+Blue) = 177+144+231=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 231 (90.62% from 255 or 41.85% from 552); Max value from RGB is 231 - color contains mainly: blue. Hex color #B190E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B190E7 is #4E6F18. Grayscale: #A3A3A3. Windows color (decimal): -5140249 or 15175857. OLE color: 15175857.
HSL color Cylindrical-coordinate representation of color #B190E7: hue angle of 262.76º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B190E7 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 144 | 231 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.09 |
| HSL | 262.76º | 0.64% | 0.74% | - |
| HSV(B) | 262.76º | 0.38% | 0.91% | - |
| XYZ | 42.53 | 35.06 | 80.13 | - |
| YUV | 163.79 | 165.93 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 144 | 231 | 0.23 | 0.38 | 0 | 0.09 | 262.76 | 0.64 | 0.74 |
| Hex | B1 | 90 | E7 | 17 | 26 | 0 | 9 | 107 | 40 | 4A |
| Octal | 261 | 220 | 347 | 27 | 46 | 0 | 11 | 407 | 100 | 112 |
| Binary | 10110001 | 10010000 | 11100111 | 10111 | 100110 | 0 | 1001 | 100000111 | 1000000 | 1001010 |
Color Harmonies of #B190E7
Complementary color
Monochromatic Colors of #B190E7
Black with #B190E7
Text Example
Text Example
White with #B190E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B190E7; }
p { color: rgb(177,144,231); }
H1.HeaderClassName
{
color: #B190E7;
}
.AnyTagClassName
{
color: #B190E7;
}
</style>
background-color css
<style>
a { background-color: #B190E7; }
a { background-color: rgb(177,144,231); }
div.DivClassName
{
background-color: #B190E7;
}
.BgClassName
{
background-color: #B190E7;
}
</style>
border-color css
<style>
span { border-color: #B190E7; }
span { border-color: rgb(177,144,231); }
td.TdClassName
{
border-color: #B190E7;
}
.TagClassName
{
border-color: #B190E7;
}
</style>