#B78DF3

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

Shades of Biloba Flower #B78DF3

Tints of Biloba Flower #B78DF3

Color information

#B78DF3 (or 0xB78DF3) is unknown color: approx Biloba Flower. HEX triplet: B7, 8D and F3. RGB value is (183,141,243). Sum of RGB (Red+Green+Blue) = 183+141+243=567 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.28% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 243 (95.31% from 255 or 42.86% from 567); Max value from RGB is 243 - color contains mainly: blue. Hex color #B78DF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78DF3 is #48720C. Grayscale: #A4A4A4. Windows color (decimal): -4747789 or 15961527. OLE color: 15961527.

HSL color Cylindrical-coordinate representation of color #B78DF3: hue angle of 264.71º 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 #B78DF3 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB183141243-
CMYK0.250.4200.05
HSL264.71º80.95%75.29%-
HSV(B)264.71º41.98%95.29%-
XYZ45.2335.5989.28-
YUV165.19171.91140.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.28%
GREEN value IS 141 (55.47% from 255) = 24.87%
BLUE value IS 243 (95.31% from 255) = 42.86%
R=32.28%
G=24.87%
B=42.86%

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
Decimal1831412430.250.4200.05264.7180.9575.29
HexB78DF3192A05109514b
Octal267215363315205411121113
Binary10110111100011011111001111001101010010110000100110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78DF3; }

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

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

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

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

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

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

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

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