#B79DCF

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

Shades of Biloba Flower #B79DCF

Tints of Biloba Flower #B79DCF

Color information

#B79DCF (or 0xB79DCF) is unknown color: approx Biloba Flower. HEX triplet: B7, 9D and CF. RGB value is (183,157,207). Sum of RGB (Red+Green+Blue) = 183+157+207=547 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.46% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #B79DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79DCF is #486230. Grayscale: #AAAAAA. Windows color (decimal): -4743729 or 13606327. OLE color: 13606327.

HSL color Cylindrical-coordinate representation of color #B79DCF: hue angle of 271.2º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B79DCF is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB183157207-
CMYK0.120.2400.19
HSL271.2º34.25%71.37%-
HSV(B)271.2º24.15%81.18%-
XYZ42.8538.6964.24-
YUV170.47148.61136.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.46%
GREEN value IS 157 (61.72% from 255) = 28.70%
BLUE value IS 207 (81.25% from 255) = 37.84%
R=33.46%
G=28.70%
B=37.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1831572070.120.2400.19271.234.2571.37
HexB79DCFC1801310f2247
Octal267235317143002341742107
Binary1011011110011101110011111100110000100111000011111000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79DCF; }

 p { color: rgb(183,157,207); }

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

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

 a { background-color: rgb(183,157,207); }

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

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

 span { border-color: rgb(183,157,207); }

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