Shades of Biloba Flower #B186E7
Tints of Biloba Flower #B186E7
RGB
CMYK
RGB Variations
Color information
#B186E7 (or 0xB186E7) is known color: Biloba Flower. HEX triplet: B1, 86 and E7. RGB value is (177,134,231). Sum of RGB (Red+Green+Blue) = 177+134+231=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 134 (52.73% from 255 or 24.72% from 542); Blue value is 231 (90.62% from 255 or 42.62% from 542); Max value from RGB is 231 - color contains mainly: blue. Hex color #B186E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B186E7 is #4E7918. Grayscale: #9D9D9D. Windows color (decimal): -5142809 or 15173297. OLE color: 15173297.
HSL color Cylindrical-coordinate representation of color #B186E7: hue angle of 266.6º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B186E7 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 134 | 231 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.09 |
| HSL | 266.6º | 0.67% | 0.72% | - |
| HSV(B) | 266.6º | 0.42% | 0.91% | - |
| XYZ | 41.08 | 32.17 | 79.64 | - |
| YUV | 157.92 | 169.25 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 134 | 231 | 0.23 | 0.42 | 0 | 0.09 | 266.6 | 0.67 | 0.72 |
| Hex | B1 | 86 | E7 | 17 | 2A | 0 | 9 | 10B | 43 | 48 |
| Octal | 261 | 206 | 347 | 27 | 52 | 0 | 11 | 413 | 103 | 110 |
| Binary | 10110001 | 10000110 | 11100111 | 10111 | 101010 | 0 | 1001 | 100001011 | 1000011 | 1001000 |
Color Harmonies of #B186E7
Complementary color
Monochromatic Colors of #B186E7
Black with #B186E7
Text Example
Text Example
White with #B186E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B186E7; }
p { color: rgb(177,134,231); }
H1.HeaderClassName
{
color: #B186E7;
}
.AnyTagClassName
{
color: #B186E7;
}
</style>
background-color css
<style>
a { background-color: #B186E7; }
a { background-color: rgb(177,134,231); }
div.DivClassName
{
background-color: #B186E7;
}
.BgClassName
{
background-color: #B186E7;
}
</style>
border-color css
<style>
span { border-color: #B186E7; }
span { border-color: rgb(177,134,231); }
td.TdClassName
{
border-color: #B186E7;
}
.TagClassName
{
border-color: #B186E7;
}
</style>