#B79BD8

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

Shades of Biloba Flower #B79BD8

Tints of Biloba Flower #B79BD8

Color information

#B79BD8 (or 0xB79BD8) is unknown color: approx Biloba Flower. HEX triplet: B7, 9B and D8. RGB value is (183,155,216). Sum of RGB (Red+Green+Blue) = 183+155+216=554 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.03% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 216 - color contains mainly: blue. Hex color #B79BD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79BD8 is #486427. Grayscale: #AAAAAA. Windows color (decimal): -4744232 or 14195639. OLE color: 14195639.

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

Color convert

RGB183155216-
CMYK0.150.2800.15
HSL267.54º43.88%72.75%-
HSV(B)267.54º28.24%84.71%-
XYZ43.6438.4770.09-
YUV170.33153.78137.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.03%
GREEN value IS 155 (60.94% from 255) = 27.98%
BLUE value IS 216 (84.77% from 255) = 38.99%
R=33.03%
G=27.98%
B=38.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1831552160.150.2800.15267.5443.8872.75
HexB79BD8F1C0F10c2c49
Octal267233330173401741454111
Binary101101111001101111011000111111100011111000011001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79BD8; }

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

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

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

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

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

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

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

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