#B79FCD

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

Shades of Biloba Flower #B79FCD

Tints of Biloba Flower #B79FCD

Color information

#B79FCD (or 0xB79FCD) is unknown color: approx Biloba Flower. HEX triplet: B7, 9F and CD. RGB value is (183,159,205). Sum of RGB (Red+Green+Blue) = 183+159+205=547 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.46% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 205 - color contains mainly: blue. Hex color #B79FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79FCD is #486032. Grayscale: #ABABAB. Windows color (decimal): -4743219 or 13475767. OLE color: 13475767.

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

Color convert

RGB183159205-
CMYK0.110.2200.20
HSL271.3º31.51%71.37%-
HSV(B)271.3º22.44%80.39%-
XYZ42.9539.2763.07-
YUV171.42146.95136.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.46%
GREEN value IS 159 (62.5% from 255) = 29.07%
BLUE value IS 205 (80.47% from 255) = 37.48%
R=33.46%
G=29.07%
B=37.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1831592050.110.2200.20271.331.5171.37
HexB79FCDB1601410f2047
Octal267237315132602441740107
Binary1011011110011111110011011011101100101001000011111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79FCD; }

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

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

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

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

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

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

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

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