#B78AE1

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

Shades of Biloba Flower #B78AE1

Tints of Biloba Flower #B78AE1

Color information

#B78AE1 (or 0xB78AE1) is unknown color: approx Biloba Flower. HEX triplet: B7, 8A and E1. RGB value is (183,138,225). Sum of RGB (Red+Green+Blue) = 183+138+225=546 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.52% from 546); Green value is 138 (54.30% from 255 or 25.27% from 546); Blue value is 225 (88.28% from 255 or 41.21% from 546); Max value from RGB is 225 - color contains mainly: blue. Hex color #B78AE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78AE1 is #48751E. Grayscale: #A1A1A1. Windows color (decimal): -4748575 or 14781111. OLE color: 14781111.

HSL color Cylindrical-coordinate representation of color #B78AE1: hue angle of 271.03º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B78AE1 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB183138225-
CMYK0.190.3900.12
HSL271.03º59.18%71.18%-
HSV(B)271.03º38.67%88.24%-
XYZ42.2133.6875.51-
YUV161.37163.91143.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.52%
GREEN value IS 138 (54.30% from 255) = 25.27%
BLUE value IS 225 (88.28% from 255) = 41.21%
R=33.52%
G=25.27%
B=41.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1831382250.190.3900.12271.0359.1871.18
HexB78AE113270C10f3b47
Octal267212341234701441773107
Binary10110111100010101110000110011100111011001000011111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78AE1; }

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

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

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

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

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

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

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

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