#B78AD8

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

Shades of Biloba Flower #B78AD8

Tints of Biloba Flower #B78AD8

Color information

#B78AD8 (or 0xB78AD8) is unknown color: approx Biloba Flower. HEX triplet: B7, 8A and D8. RGB value is (183,138,216). Sum of RGB (Red+Green+Blue) = 183+138+216=537 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.08% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 216 (84.77% from 255 or 40.22% from 537); Max value from RGB is 216 - color contains mainly: blue. Hex color #B78AD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78AD8 is #487527. Grayscale: #A0A0A0. Windows color (decimal): -4748584 or 14191287. OLE color: 14191287.

HSL color Cylindrical-coordinate representation of color #B78AD8: hue angle of 274.62º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B78AD8 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB183138216-
CMYK0.150.3600.15
HSL274.62º50%69.41%-
HSV(B)274.62º36.11%84.71%-
XYZ41.0133.269.21-
YUV160.35159.41144.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.08%
GREEN value IS 138 (54.30% from 255) = 25.70%
BLUE value IS 216 (84.77% from 255) = 40.22%
R=34.08%
G=25.70%
B=40.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1831382160.150.3600.15274.625069.41
HexB78AD8F240F1133245
Octal267212330174401742362105
Binary1011011110001010110110001111100100011111000100111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78AD8; }

 p { color: rgb(183,138,216); }

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

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

 a { background-color: rgb(183,138,216); }

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

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

 span { border-color: rgb(183,138,216); }

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