#B78AEA

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

Shades of Biloba Flower #B78AEA

Tints of Biloba Flower #B78AEA

Color information

#B78AEA (or 0xB78AEA) is unknown color: approx Biloba Flower. HEX triplet: B7, 8A and EA. RGB value is (183,138,234). Sum of RGB (Red+Green+Blue) = 183+138+234=555 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.97% from 555); Green value is 138 (54.30% from 255 or 24.86% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #B78AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78AEA is #487515. Grayscale: #A2A2A2. Windows color (decimal): -4748566 or 15370935. OLE color: 15370935.

HSL color Cylindrical-coordinate representation of color #B78AEA: hue angle of 268.12º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B78AEA is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB183138234-
CMYK0.220.4100.08
HSL268.12º69.57%72.94%-
HSV(B)268.12º41.03%91.76%-
XYZ43.4734.1882.15-
YUV162.4168.41142.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.97%
GREEN value IS 138 (54.30% from 255) = 24.86%
BLUE value IS 234 (91.80% from 255) = 42.16%
R=32.97%
G=24.86%
B=42.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1831382340.220.4100.08268.1269.5772.94
HexB78AEA16290810c4649
Octal2672123522651010414106111
Binary101101111000101011101010101101010010100010000110010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78AEA; }

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

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

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

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

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

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

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

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