#B79FC8

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

Shades of Biloba Flower #B79FC8

Tints of Biloba Flower #B79FC8

Color information

#B79FC8 (or 0xB79FC8) is unknown color: approx Biloba Flower. HEX triplet: B7, 9F and C8. RGB value is (183,159,200). Sum of RGB (Red+Green+Blue) = 183+159+200=542 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.76% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 200 (78.52% from 255 or 36.90% from 542); Max value from RGB is 200 - color contains mainly: blue. Hex color #B79FC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79FC8 is #486037. Grayscale: #AAAAAA. Windows color (decimal): -4743224 or 13148087. OLE color: 13148087.

HSL color Cylindrical-coordinate representation of color #B79FC8: hue angle of 275.12º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B79FC8 is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB183159200-
CMYK0.080.2000.22
HSL275.12º27.15%70.39%-
HSV(B)275.12º20.5%78.43%-
XYZ42.3539.0359.95-
YUV170.85144.45136.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.76%
GREEN value IS 159 (62.5% from 255) = 29.34%
BLUE value IS 200 (78.52% from 255) = 36.90%
R=33.76%
G=29.34%
B=36.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1831592000.080.2000.22275.1227.1570.39
HexB79FC88140161131b46
Octal267237310102402642333106
Binary101101111001111111001000100010100010110100010011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79FC8; }

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

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

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

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

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

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

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

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