Shades of Biloba Flower #B187F0
Tints of Biloba Flower #B187F0
RGB
CMYK
RGB Variations
Color information
#B187F0 (or 0xB187F0) is known color: Biloba Flower. HEX triplet: B1, 87 and F0. RGB value is (177,135,240). Sum of RGB (Red+Green+Blue) = 177+135+240=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 135 (53.12% from 255 or 24.46% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 240 - color contains mainly: blue. Hex color #B187F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B187F0 is #4E780F. Grayscale: #9F9F9F. Windows color (decimal): -5142544 or 15763377. OLE color: 15763377.
HSL color Cylindrical-coordinate representation of color #B187F0: hue angle of 264º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B187F0 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 135 | 240 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.06 |
| HSL | 264º | 0.78% | 0.74% | - |
| HSV(B) | 264º | 0.44% | 0.94% | - |
| XYZ | 42.52 | 32.97 | 86.56 | - |
| YUV | 159.53 | 173.41 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 240 | 0.26 | 0.44 | 0 | 0.06 | 264 | 0.78 | 0.74 |
| Hex | B1 | 87 | F0 | 1A | 2C | 0 | 6 | 108 | 4E | 4A |
| Octal | 261 | 207 | 360 | 32 | 54 | 0 | 6 | 410 | 116 | 112 |
| Binary | 10110001 | 10000111 | 11110000 | 11010 | 101100 | 0 | 110 | 100001000 | 1001110 | 1001010 |
Color Harmonies of #B187F0
Complementary color
Monochromatic Colors of #B187F0
Black with #B187F0
Text Example
Text Example
White with #B187F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B187F0; }
p { color: rgb(177,135,240); }
H1.HeaderClassName
{
color: #B187F0;
}
.AnyTagClassName
{
color: #B187F0;
}
</style>
background-color css
<style>
a { background-color: #B187F0; }
a { background-color: rgb(177,135,240); }
div.DivClassName
{
background-color: #B187F0;
}
.BgClassName
{
background-color: #B187F0;
}
</style>
border-color css
<style>
span { border-color: #B187F0; }
span { border-color: rgb(177,135,240); }
td.TdClassName
{
border-color: #B187F0;
}
.TagClassName
{
border-color: #B187F0;
}
</style>