#B79ECD

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

Shades of Biloba Flower #B79ECD

Tints of Biloba Flower #B79ECD

Color information

#B79ECD (or 0xB79ECD) is unknown color: approx Biloba Flower. HEX triplet: B7, 9E and CD. RGB value is (183,158,205). Sum of RGB (Red+Green+Blue) = 183+158+205=546 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.52% from 546); Green value is 158 (62.11% from 255 or 28.94% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #B79ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79ECD is #486132. Grayscale: #AAAAAA. Windows color (decimal): -4743475 or 13475511. OLE color: 13475511.

HSL color Cylindrical-coordinate representation of color #B79ECD: hue angle of 271.91º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B79ECD is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB183158205-
CMYK0.110.2300.20
HSL271.91º31.97%71.18%-
HSV(B)271.91º22.93%80.39%-
XYZ42.7738.9363.02-
YUV170.83147.28136.68-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.52%
GREEN value IS 158 (62.11% from 255) = 28.94%
BLUE value IS 205 (80.47% from 255) = 37.55%
R=33.52%
G=28.94%
B=37.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1831582050.110.2300.20271.9131.9771.18
HexB79ECDB170141102047
Octal267236315132702442040107
Binary1011011110011110110011011011101110101001000100001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79ECD; }

 p { color: rgb(183,158,205); }

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

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

 a { background-color: rgb(183,158,205); }

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

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

 span { border-color: rgb(183,158,205); }

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