Shades of Biloba Flower #B78EE8
Tints of Biloba Flower #B78EE8
RGB
CMYK
RGB Variations
Color information
#B78EE8 (or 0xB78EE8) is known color: Biloba Flower. HEX triplet: B7, 8E and E8. RGB value is (183,142,232). Sum of RGB (Red+Green+Blue) = 183+142+232=557 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.85% from 557); Green value is 142 (55.86% from 255 or 25.49% from 557); Blue value is 232 (91.02% from 255 or 41.65% from 557); Max value from RGB is 232 - color contains mainly: blue. Hex color #B78EE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78EE8 is #487117. Grayscale: #A4A4A4. Windows color (decimal): -4747544 or 15240887. OLE color: 15240887.
HSL color Cylindrical-coordinate representation of color #B78EE8: hue angle of 267.33º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B78EE8 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 142 | 232 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.09 |
| HSL | 267.33º | 0.66% | 0.73% | - |
| HSV(B) | 267.33º | 0.39% | 0.91% | - |
| XYZ | 43.77 | 35.24 | 80.84 | - |
| YUV | 164.52 | 166.08 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 142 | 232 | 0.21 | 0.39 | 0 | 0.09 | 267.33 | 0.66 | 0.73 |
| Hex | B7 | 8E | E8 | 15 | 27 | 0 | 9 | 10B | 42 | 49 |
| Octal | 267 | 216 | 350 | 25 | 47 | 0 | 11 | 413 | 102 | 111 |
| Binary | 10110111 | 10001110 | 11101000 | 10101 | 100111 | 0 | 1001 | 100001011 | 1000010 | 1001001 |
Color Harmonies of #B78EE8
Complementary color
Monochromatic Colors of #B78EE8
Black with #B78EE8
Text Example
Text Example
White with #B78EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78EE8; }
p { color: rgb(183,142,232); }
H1.HeaderClassName
{
color: #B78EE8;
}
.AnyTagClassName
{
color: #B78EE8;
}
</style>
background-color css
<style>
a { background-color: #B78EE8; }
a { background-color: rgb(183,142,232); }
div.DivClassName
{
background-color: #B78EE8;
}
.BgClassName
{
background-color: #B78EE8;
}
</style>
border-color css
<style>
span { border-color: #B78EE8; }
span { border-color: rgb(183,142,232); }
td.TdClassName
{
border-color: #B78EE8;
}
.TagClassName
{
border-color: #B78EE8;
}
</style>