Shades of Biloba Flower #B188FF
Tints of Biloba Flower #B188FF
RGB
CMYK
RGB Variations
Color information
#B188FF (or 0xB188FF) is known color: Biloba Flower. HEX triplet: B1, 88 and FF. RGB value is (177,136,255). Sum of RGB (Red+Green+Blue) = 177+136+255=568 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.16% from 568); Green value is 136 (53.52% from 255 or 23.94% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #B188FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B188FF is #4E7700. Grayscale: #A1A1A1. Windows color (decimal): -5142273 or 16746673. OLE color: 16746673.
HSL color Cylindrical-coordinate representation of color #B188FF: hue angle of 260.67º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B188FF is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 136 | 255 | - |
| CMYK | 0.31 | 0.47 | 0 | 0 |
| HSL | 260.67º | 1% | 0.77% | - |
| HSV(B) | 260.67º | 0.47% | 1% | - |
| XYZ | 44.99 | 34.18 | 98.83 | - |
| YUV | 161.83 | 180.58 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 255 | 0.31 | 0.47 | 0 | 0 | 260.67 | 1 | 0.77 |
| Hex | B1 | 88 | FF | 1F | 2F | 0 | 0 | 105 | 64 | 4D |
| Octal | 261 | 210 | 377 | 37 | 57 | 0 | 0 | 405 | 144 | 115 |
| Binary | 10110001 | 10001000 | 11111111 | 11111 | 101111 | 0 | 0 | 100000101 | 1100100 | 1001101 |
Color Harmonies of #B188FF
Complementary color
Monochromatic Colors of #B188FF
Black with #B188FF
Text Example
Text Example
White with #B188FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B188FF; }
p { color: rgb(177,136,255); }
H1.HeaderClassName
{
color: #B188FF;
}
.AnyTagClassName
{
color: #B188FF;
}
</style>
background-color css
<style>
a { background-color: #B188FF; }
a { background-color: rgb(177,136,255); }
div.DivClassName
{
background-color: #B188FF;
}
.BgClassName
{
background-color: #B188FF;
}
</style>
border-color css
<style>
span { border-color: #B188FF; }
span { border-color: rgb(177,136,255); }
td.TdClassName
{
border-color: #B188FF;
}
.TagClassName
{
border-color: #B188FF;
}
</style>