Shades of Biloba Flower #B187F2
Tints of Biloba Flower #B187F2
RGB
CMYK
RGB Variations
Color information
#B187F2 (or 0xB187F2) is known color: Biloba Flower. HEX triplet: B1, 87 and F2. RGB value is (177,135,242). Sum of RGB (Red+Green+Blue) = 177+135+242=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 135 (53.12% from 255 or 24.37% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #B187F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B187F2 is #4E780D. Grayscale: #9F9F9F. Windows color (decimal): -5142542 or 15894449. OLE color: 15894449.
HSL color Cylindrical-coordinate representation of color #B187F2: hue angle of 263.55º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B187F2 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 135 | 242 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.05 |
| HSL | 263.55º | 0.8% | 0.74% | - |
| HSV(B) | 263.55º | 0.44% | 0.95% | - |
| XYZ | 42.82 | 33.09 | 88.13 | - |
| YUV | 159.76 | 174.41 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 242 | 0.27 | 0.44 | 0 | 0.05 | 263.55 | 0.8 | 0.74 |
| Hex | B1 | 87 | F2 | 1B | 2C | 0 | 5 | 108 | 50 | 4A |
| Octal | 261 | 207 | 362 | 33 | 54 | 0 | 5 | 410 | 120 | 112 |
| Binary | 10110001 | 10000111 | 11110010 | 11011 | 101100 | 0 | 101 | 100001000 | 1010000 | 1001010 |
Color Harmonies of #B187F2
Complementary color
Monochromatic Colors of #B187F2
Black with #B187F2
Text Example
Text Example
White with #B187F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B187F2; }
p { color: rgb(177,135,242); }
H1.HeaderClassName
{
color: #B187F2;
}
.AnyTagClassName
{
color: #B187F2;
}
</style>
background-color css
<style>
a { background-color: #B187F2; }
a { background-color: rgb(177,135,242); }
div.DivClassName
{
background-color: #B187F2;
}
.BgClassName
{
background-color: #B187F2;
}
</style>
border-color css
<style>
span { border-color: #B187F2; }
span { border-color: rgb(177,135,242); }
td.TdClassName
{
border-color: #B187F2;
}
.TagClassName
{
border-color: #B187F2;
}
</style>