#B79BDA

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

Shades of Biloba Flower #B79BDA

Tints of Biloba Flower #B79BDA

Color information

#B79BDA (or 0xB79BDA) is unknown color: approx Biloba Flower. HEX triplet: B7, 9B and DA. RGB value is (183,155,218). Sum of RGB (Red+Green+Blue) = 183+155+218=556 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.91% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 218 - color contains mainly: blue. Hex color #B79BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79BDA is #486425. Grayscale: #AAAAAA. Windows color (decimal): -4744230 or 14326711. OLE color: 14326711.

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

Color convert

RGB183155218-
CMYK0.160.2900.15
HSL266.67º45.99%73.14%-
HSV(B)266.67º28.9%85.49%-
XYZ43.938.5771.46-
YUV170.55154.78136.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.91%
GREEN value IS 155 (60.94% from 255) = 27.88%
BLUE value IS 218 (85.55% from 255) = 39.21%
R=32.91%
G=27.88%
B=39.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1831552180.160.2900.15266.6745.9973.14
HexB79BDA101D0F10b2e49
Octal267233332203501741356111
Binary1011011110011011110110101000011101011111000010111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79BDA; }

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

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

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

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

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

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

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

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