#B78DF9

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

Shades of Biloba Flower #B78DF9

Tints of Biloba Flower #B78DF9

Color information

#B78DF9 (or 0xB78DF9) is unknown color: approx Biloba Flower. HEX triplet: B7, 8D and F9. RGB value is (183,141,249). Sum of RGB (Red+Green+Blue) = 183+141+249=573 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.94% from 573); Green value is 141 (55.47% from 255 or 24.61% from 573); Blue value is 249 (97.66% from 255 or 43.46% from 573); Max value from RGB is 249 - color contains mainly: blue. Hex color #B78DF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78DF9 is #487206. Grayscale: #A5A5A5. Windows color (decimal): -4747783 or 16354743. OLE color: 16354743.

HSL color Cylindrical-coordinate representation of color #B78DF9: hue angle of 263.33º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B78DF9 is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB183141249-
CMYK0.270.4300.02
HSL263.33º90%76.47%-
HSV(B)263.33º43.37%97.65%-
XYZ46.1535.9694.13-
YUV165.87174.91140.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.94%
GREEN value IS 141 (55.47% from 255) = 24.61%
BLUE value IS 249 (97.66% from 255) = 43.46%
R=31.94%
G=24.61%
B=43.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1831412490.270.4300.02263.339076.47
HexB78DF91B2B021075a4c
Octal267215371335302407132114
Binary1011011110001101111110011101110101101010000011110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78DF9; }

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

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

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

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

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

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

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

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