#B78DF6

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

Shades of Biloba Flower #B78DF6

Tints of Biloba Flower #B78DF6

Color information

#B78DF6 (or 0xB78DF6) is unknown color: approx Biloba Flower. HEX triplet: B7, 8D and F6. RGB value is (183,141,246). Sum of RGB (Red+Green+Blue) = 183+141+246=570 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.11% from 570); Green value is 141 (55.47% from 255 or 24.74% from 570); Blue value is 246 (96.48% from 255 or 43.16% from 570); Max value from RGB is 246 - color contains mainly: blue. Hex color #B78DF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78DF6 is #487209. Grayscale: #A5A5A5. Windows color (decimal): -4747786 or 16158135. OLE color: 16158135.

HSL color Cylindrical-coordinate representation of color #B78DF6: hue angle of 264º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B78DF6 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB183141246-
CMYK0.260.4300.04
HSL264º85.37%75.88%-
HSV(B)264º42.68%96.47%-
XYZ45.6935.7791.69-
YUV165.53173.41140.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.11%
GREEN value IS 141 (55.47% from 255) = 24.74%
BLUE value IS 246 (96.48% from 255) = 43.16%
R=32.11%
G=24.74%
B=43.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1831412460.260.4300.0426485.3775.88
HexB78DF61A2B04108554c
Octal267215366325304410125114
Binary10110111100011011111011011010101011010010000100010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78DF6; }

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

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

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

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

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

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

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

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