#B78EDA

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

Shades of Biloba Flower #B78EDA

Tints of Biloba Flower #B78EDA

Color information

#B78EDA (or 0xB78EDA) is unknown color: approx Biloba Flower. HEX triplet: B7, 8E and DA. RGB value is (183,142,218). Sum of RGB (Red+Green+Blue) = 183+142+218=543 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.70% from 543); Green value is 142 (55.86% from 255 or 26.15% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #B78EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78EDA is #487125. Grayscale: #A2A2A2. Windows color (decimal): -4747558 or 14323383. OLE color: 14323383.

HSL color Cylindrical-coordinate representation of color #B78EDA: hue angle of 272.37º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B78EDA is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB183142218-
CMYK0.160.3500.15
HSL272.37º50.67%70.59%-
HSV(B)272.37º34.86%85.49%-
XYZ41.8634.4870.78-
YUV162.92159.08142.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.70%
GREEN value IS 142 (55.86% from 255) = 26.15%
BLUE value IS 218 (85.55% from 255) = 40.15%
R=33.70%
G=26.15%
B=40.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1831422180.160.3500.15272.3750.6770.59
HexB78EDA10230F1103347
Octal267216332204301742063107
Binary10110111100011101101101010000100011011111000100001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78EDA; }

 p { color: rgb(183,142,218); }

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

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

 a { background-color: rgb(183,142,218); }

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

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

 span { border-color: rgb(183,142,218); }

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