Shades of Biloba Flower #B78CEA
Tints of Biloba Flower #B78CEA
RGB
CMYK
RGB Variations
Color information
#B78CEA (or 0xB78CEA) is known color: Biloba Flower. HEX triplet: B7, 8C and EA. RGB value is (183,140,234). Sum of RGB (Red+Green+Blue) = 183+140+234=557 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.85% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #B78CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78CEA is #487315. Grayscale: #A3A3A3. Windows color (decimal): -4748054 or 15371447. OLE color: 15371447.
HSL color Cylindrical-coordinate representation of color #B78CEA: hue angle of 267.45º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B78CEA is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 140 | 234 | - |
| CMYK | 0.22 | 0.40 | 0 | 0.08 |
| HSL | 267.45º | 0.69% | 0.73% | - |
| HSV(B) | 267.45º | 0.4% | 0.92% | - |
| XYZ | 43.76 | 34.76 | 82.25 | - |
| YUV | 163.57 | 167.75 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 140 | 234 | 0.22 | 0.40 | 0 | 0.08 | 267.45 | 0.69 | 0.73 |
| Hex | B7 | 8C | EA | 16 | 28 | 0 | 8 | 10B | 45 | 49 |
| Octal | 267 | 214 | 352 | 26 | 50 | 0 | 10 | 413 | 105 | 111 |
| Binary | 10110111 | 10001100 | 11101010 | 10110 | 101000 | 0 | 1000 | 100001011 | 1000101 | 1001001 |
Color Harmonies of #B78CEA
Complementary color
Monochromatic Colors of #B78CEA
Black with #B78CEA
Text Example
Text Example
White with #B78CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78CEA; }
p { color: rgb(183,140,234); }
H1.HeaderClassName
{
color: #B78CEA;
}
.AnyTagClassName
{
color: #B78CEA;
}
</style>
background-color css
<style>
a { background-color: #B78CEA; }
a { background-color: rgb(183,140,234); }
div.DivClassName
{
background-color: #B78CEA;
}
.BgClassName
{
background-color: #B78CEA;
}
</style>
border-color css
<style>
span { border-color: #B78CEA; }
span { border-color: rgb(183,140,234); }
td.TdClassName
{
border-color: #B78CEA;
}
.TagClassName
{
border-color: #B78CEA;
}
</style>