Shades of Biloba Flower #B188F4
Tints of Biloba Flower #B188F4
RGB
CMYK
RGB Variations
Color information
#B188F4 (or 0xB188F4) is known color: Biloba Flower. HEX triplet: B1, 88 and F4. RGB value is (177,136,244). Sum of RGB (Red+Green+Blue) = 177+136+244=557 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.78% from 557); Green value is 136 (53.52% from 255 or 24.42% from 557); Blue value is 244 (95.70% from 255 or 43.81% from 557); Max value from RGB is 244 - color contains mainly: blue. Hex color #B188F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B188F4 is #4E770B. Grayscale: #A0A0A0. Windows color (decimal): -5142284 or 16025777. OLE color: 16025777.
HSL color Cylindrical-coordinate representation of color #B188F4: hue angle of 262.78º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B188F4 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 136 | 244 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.04 |
| HSL | 262.78º | 0.83% | 0.75% | - |
| HSV(B) | 262.78º | 0.44% | 0.96% | - |
| XYZ | 43.26 | 33.49 | 89.77 | - |
| YUV | 160.57 | 175.08 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 244 | 0.27 | 0.44 | 0 | 0.04 | 262.78 | 0.83 | 0.75 |
| Hex | B1 | 88 | F4 | 1B | 2C | 0 | 4 | 107 | 53 | 4B |
| Octal | 261 | 210 | 364 | 33 | 54 | 0 | 4 | 407 | 123 | 113 |
| Binary | 10110001 | 10001000 | 11110100 | 11011 | 101100 | 0 | 100 | 100000111 | 1010011 | 1001011 |
Color Harmonies of #B188F4
Complementary color
Monochromatic Colors of #B188F4
Black with #B188F4
Text Example
Text Example
White with #B188F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B188F4; }
p { color: rgb(177,136,244); }
H1.HeaderClassName
{
color: #B188F4;
}
.AnyTagClassName
{
color: #B188F4;
}
</style>
background-color css
<style>
a { background-color: #B188F4; }
a { background-color: rgb(177,136,244); }
div.DivClassName
{
background-color: #B188F4;
}
.BgClassName
{
background-color: #B188F4;
}
</style>
border-color css
<style>
span { border-color: #B188F4; }
span { border-color: rgb(177,136,244); }
td.TdClassName
{
border-color: #B188F4;
}
.TagClassName
{
border-color: #B188F4;
}
</style>