Shades of Biloba Flower #B78EFF
Tints of Biloba Flower #B78EFF
RGB
CMYK
RGB Variations
Color information
#B78EFF (or 0xB78EFF) is known color: Biloba Flower. HEX triplet: B7, 8E and FF. RGB value is (183,142,255). Sum of RGB (Red+Green+Blue) = 183+142+255=580 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.55% from 580); Green value is 142 (55.86% from 255 or 24.48% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #B78EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78EFF is #487100. Grayscale: #A6A6A6. Windows color (decimal): -4747521 or 16748215. OLE color: 16748215.
HSL color Cylindrical-coordinate representation of color #B78EFF: hue angle of 261.77º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B78EFF is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 142 | 255 | - |
| CMYK | 0.28 | 0.44 | 0 | 0 |
| HSL | 261.77º | 1% | 0.78% | - |
| HSV(B) | 261.77º | 0.44% | 1% | - |
| XYZ | 47.25 | 36.63 | 99.19 | - |
| YUV | 167.14 | 177.58 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 142 | 255 | 0.28 | 0.44 | 0 | 0 | 261.77 | 1 | 0.78 |
| Hex | B7 | 8E | FF | 1C | 2C | 0 | 0 | 106 | 64 | 4E |
| Octal | 267 | 216 | 377 | 34 | 54 | 0 | 0 | 406 | 144 | 116 |
| Binary | 10110111 | 10001110 | 11111111 | 11100 | 101100 | 0 | 0 | 100000110 | 1100100 | 1001110 |
Color Harmonies of #B78EFF
Complementary color
Monochromatic Colors of #B78EFF
Black with #B78EFF
Text Example
Text Example
White with #B78EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78EFF; }
p { color: rgb(183,142,255); }
H1.HeaderClassName
{
color: #B78EFF;
}
.AnyTagClassName
{
color: #B78EFF;
}
</style>
background-color css
<style>
a { background-color: #B78EFF; }
a { background-color: rgb(183,142,255); }
div.DivClassName
{
background-color: #B78EFF;
}
.BgClassName
{
background-color: #B78EFF;
}
</style>
border-color css
<style>
span { border-color: #B78EFF; }
span { border-color: rgb(183,142,255); }
td.TdClassName
{
border-color: #B78EFF;
}
.TagClassName
{
border-color: #B78EFF;
}
</style>