Shades of Biloba Flower #B687E8
Tints of Biloba Flower #B687E8
RGB
CMYK
RGB Variations
Color information
#B687E8 (or 0xB687E8) is known color: Biloba Flower. HEX triplet: B6, 87 and E8. RGB value is (182,135,232). Sum of RGB (Red+Green+Blue) = 182+135+232=549 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.15% from 549); Green value is 135 (53.12% from 255 or 24.59% from 549); Blue value is 232 (91.02% from 255 or 42.26% from 549); Max value from RGB is 232 - color contains mainly: blue. Hex color #B687E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B687E8 is #497817. Grayscale: #9F9F9F. Windows color (decimal): -4814872 or 15239094. OLE color: 15239094.
HSL color Cylindrical-coordinate representation of color #B687E8: hue angle of 269.07º degrees, saturation: 0.68, 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 #B687E8 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 135 | 232 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.09 |
| HSL | 269.07º | 0.68% | 0.72% | - |
| HSV(B) | 269.07º | 0.42% | 0.91% | - |
| XYZ | 42.52 | 33.1 | 80.49 | - |
| YUV | 160.11 | 168.57 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 135 | 232 | 0.22 | 0.42 | 0 | 0.09 | 269.07 | 0.68 | 0.72 |
| Hex | B6 | 87 | E8 | 16 | 2A | 0 | 9 | 10D | 44 | 48 |
| Octal | 266 | 207 | 350 | 26 | 52 | 0 | 11 | 415 | 104 | 110 |
| Binary | 10110110 | 10000111 | 11101000 | 10110 | 101010 | 0 | 1001 | 100001101 | 1000100 | 1001000 |
Color Harmonies of #B687E8
Complementary color
Monochromatic Colors of #B687E8
Black with #B687E8
Text Example
Text Example
White with #B687E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B687E8; }
p { color: rgb(182,135,232); }
H1.HeaderClassName
{
color: #B687E8;
}
.AnyTagClassName
{
color: #B687E8;
}
</style>
background-color css
<style>
a { background-color: #B687E8; }
a { background-color: rgb(182,135,232); }
div.DivClassName
{
background-color: #B687E8;
}
.BgClassName
{
background-color: #B687E8;
}
</style>
border-color css
<style>
span { border-color: #B687E8; }
span { border-color: rgb(182,135,232); }
td.TdClassName
{
border-color: #B687E8;
}
.TagClassName
{
border-color: #B687E8;
}
</style>