Shades of Biloba Flower #B78DF5
Tints of Biloba Flower #B78DF5
RGB
CMYK
RGB Variations
Color information
#B78DF5 (or 0xB78DF5) is known color: Biloba Flower. HEX triplet: B7, 8D and F5. RGB value is (183,141,245). Sum of RGB (Red+Green+Blue) = 183+141+245=569 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.16% from 569); Green value is 141 (55.47% from 255 or 24.78% from 569); Blue value is 245 (96.09% from 255 or 43.06% from 569); Max value from RGB is 245 - color contains mainly: blue. Hex color #B78DF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78DF5 is #48720A. Grayscale: #A5A5A5. Windows color (decimal): -4747787 or 16092599. OLE color: 16092599.
HSL color Cylindrical-coordinate representation of color #B78DF5: hue angle of 264.23º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B78DF5 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 141 | 245 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.04 |
| HSL | 264.23º | 0.84% | 0.76% | - |
| HSV(B) | 264.23º | 0.42% | 0.96% | - |
| XYZ | 45.53 | 35.71 | 90.88 | - |
| YUV | 165.41 | 172.91 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 141 | 245 | 0.25 | 0.42 | 0 | 0.04 | 264.23 | 0.84 | 0.76 |
| Hex | B7 | 8D | F5 | 19 | 2A | 0 | 4 | 108 | 54 | 4C |
| Octal | 267 | 215 | 365 | 31 | 52 | 0 | 4 | 410 | 124 | 114 |
| Binary | 10110111 | 10001101 | 11110101 | 11001 | 101010 | 0 | 100 | 100001000 | 1010100 | 1001100 |
Color Harmonies of #B78DF5
Complementary color
Monochromatic Colors of #B78DF5
Black with #B78DF5
Text Example
Text Example
White with #B78DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78DF5; }
p { color: rgb(183,141,245); }
H1.HeaderClassName
{
color: #B78DF5;
}
.AnyTagClassName
{
color: #B78DF5;
}
</style>
background-color css
<style>
a { background-color: #B78DF5; }
a { background-color: rgb(183,141,245); }
div.DivClassName
{
background-color: #B78DF5;
}
.BgClassName
{
background-color: #B78DF5;
}
</style>
border-color css
<style>
span { border-color: #B78DF5; }
span { border-color: rgb(183,141,245); }
td.TdClassName
{
border-color: #B78DF5;
}
.TagClassName
{
border-color: #B78DF5;
}
</style>