#B78AE4

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

Shades of Biloba Flower #B78AE4

Tints of Biloba Flower #B78AE4

Color information

#B78AE4 (or 0xB78AE4) is unknown color: approx Biloba Flower. HEX triplet: B7, 8A and E4. RGB value is (183,138,228). Sum of RGB (Red+Green+Blue) = 183+138+228=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 228 (89.45% from 255 or 41.53% from 549); Max value from RGB is 228 - color contains mainly: blue. Hex color #B78AE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78AE4 is #48751B. Grayscale: #A1A1A1. Windows color (decimal): -4748572 or 14977719. OLE color: 14977719.

HSL color Cylindrical-coordinate representation of color #B78AE4: hue angle of 270º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B78AE4 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB183138228-
CMYK0.200.3900.11
HSL270º62.5%71.76%-
HSV(B)270º39.47%89.41%-
XYZ42.6233.8577.69-
YUV161.72165.41143.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.33%
GREEN value IS 138 (54.30% from 255) = 25.14%
BLUE value IS 228 (89.45% from 255) = 41.53%
R=33.33%
G=25.14%
B=41.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1831382280.200.3900.1127062.571.76
HexB78AE414270B10e3e48
Octal267212344244701341676110
Binary10110111100010101110010010100100111010111000011101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78AE4; }

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

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

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

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

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

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

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

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