#B79FDA

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

Shades of Biloba Flower #B79FDA

Tints of Biloba Flower #B79FDA

Color information

#B79FDA (or 0xB79FDA) is unknown color: approx Biloba Flower. HEX triplet: B7, 9F and DA. RGB value is (183,159,218). Sum of RGB (Red+Green+Blue) = 183+159+218=560 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.68% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: blue. Hex color #B79FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79FDA is #486025. Grayscale: #ACACAC. Windows color (decimal): -4743206 or 14327735. OLE color: 14327735.

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

Color convert

RGB183159218-
CMYK0.160.2700.15
HSL264.41º44.36%73.92%-
HSV(B)264.41º27.06%85.49%-
XYZ44.5839.9371.69-
YUV172.9153.45135.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.68%
GREEN value IS 159 (62.5% from 255) = 28.39%
BLUE value IS 218 (85.55% from 255) = 38.93%
R=32.68%
G=28.39%
B=38.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1831592180.160.2700.15264.4144.3673.92
HexB79FDA101B0F1082c4a
Octal267237332203301741054112
Binary1011011110011111110110101000011011011111000010001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79FDA; }

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

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

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

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

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

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

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

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