Shades of Biloba Flower #B78EDD
Tints of Biloba Flower #B78EDD
RGB
CMYK
RGB Variations
Color information
#B78EDD (or 0xB78EDD) is known color: Biloba Flower. HEX triplet: B7, 8E and DD. RGB value is (183,142,221). Sum of RGB (Red+Green+Blue) = 183+142+221=546 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.52% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #B78EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78EDD is #487122. Grayscale: #A2A2A2. Windows color (decimal): -4747555 or 14519991. OLE color: 14519991.
HSL color Cylindrical-coordinate representation of color #B78EDD: hue angle of 271.14º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B78EDD is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 142 | 221 | - |
| CMYK | 0.17 | 0.36 | 0 | 0.13 |
| HSL | 271.14º | 0.54% | 0.71% | - |
| HSV(B) | 271.14º | 0.36% | 0.87% | - |
| XYZ | 42.25 | 34.63 | 72.86 | - |
| YUV | 163.27 | 160.58 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 142 | 221 | 0.17 | 0.36 | 0 | 0.13 | 271.14 | 0.54 | 0.71 |
| Hex | B7 | 8E | DD | 11 | 24 | 0 | D | 10F | 36 | 47 |
| Octal | 267 | 216 | 335 | 21 | 44 | 0 | 15 | 417 | 66 | 107 |
| Binary | 10110111 | 10001110 | 11011101 | 10001 | 100100 | 0 | 1101 | 100001111 | 110110 | 1000111 |
Color Harmonies of #B78EDD
Complementary color
Monochromatic Colors of #B78EDD
Black with #B78EDD
Text Example
Text Example
White with #B78EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78EDD; }
p { color: rgb(183,142,221); }
H1.HeaderClassName
{
color: #B78EDD;
}
.AnyTagClassName
{
color: #B78EDD;
}
</style>
background-color css
<style>
a { background-color: #B78EDD; }
a { background-color: rgb(183,142,221); }
div.DivClassName
{
background-color: #B78EDD;
}
.BgClassName
{
background-color: #B78EDD;
}
</style>
border-color css
<style>
span { border-color: #B78EDD; }
span { border-color: rgb(183,142,221); }
td.TdClassName
{
border-color: #B78EDD;
}
.TagClassName
{
border-color: #B78EDD;
}
</style>