#B78EF3

Color #B78EF3 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B78EF3

Tints of Biloba Flower #B78EF3

Color information

#B78EF3 (or 0xB78EF3) is unknown color: approx Biloba Flower. HEX triplet: B7, 8E and F3. RGB value is (183,142,243). Sum of RGB (Red+Green+Blue) = 183+142+243=568 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.22% from 568); Green value is 142 (55.86% from 255 or 25% from 568); Blue value is 243 (95.31% from 255 or 42.78% from 568); Max value from RGB is 243 - color contains mainly: blue. Hex color #B78EF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78EF3 is #48710C. Grayscale: #A5A5A5. Windows color (decimal): -4747533 or 15961783. OLE color: 15961783.

HSL color Cylindrical-coordinate representation of color #B78EF3: hue angle of 264.36º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B78EF3 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB183142243-
CMYK0.250.4200.05
HSL264.36º80.8%75.49%-
HSV(B)264.36º41.56%95.29%-
XYZ45.3835.8889.33-
YUV165.77171.58140.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 32.22%
GREEN value IS 142 (55.86% from 255) = 25%
BLUE value IS 243 (95.31% from 255) = 42.78%
R=32.22%
G=25%
B=42.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1831422430.250.4200.05264.3680.875.49
HexB78EF3192A05108514b
Octal267216363315205410121113
Binary10110111100011101111001111001101010010110000100010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78EF3; }

 p { color: rgb(183,142,243); }

 H1.HeaderClassName
 {
   color: #B78EF3;
 }
 .AnyTagClassName
 {
   color: #B78EF3;
 }
</style>
background-color css

<style>
 a { background-color: #B78EF3; }

 a { background-color: rgb(183,142,243); }

 div.DivClassName
 {
   background-color: #B78EF3;
 }
 .BgClassName
 {
   background-color: #B78EF3;
 }
</style>
border-color css

<style>
 span { border-color: #B78EF3; }

 span { border-color: rgb(183,142,243); }

 td.TdClassName
 {
   border-color: #B78EF3;
 }
 .TagClassName
 {
   border-color: #B78EF3;
 }
</style>