#B79FDC

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

Shades of Biloba Flower #B79FDC

Tints of Biloba Flower #B79FDC

Color information

#B79FDC (or 0xB79FDC) is unknown color: approx Biloba Flower. HEX triplet: B7, 9F and DC. RGB value is (183,159,220). Sum of RGB (Red+Green+Blue) = 183+159+220=562 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.56% from 562); Green value is 159 (62.5% from 255 or 28.29% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #B79FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79FDC is #486023. Grayscale: #ACACAC. Windows color (decimal): -4743204 or 14458807. OLE color: 14458807.

HSL color Cylindrical-coordinate representation of color #B79FDC: hue angle of 263.61º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B79FDC is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB183159220-
CMYK0.170.2800.14
HSL263.61º46.56%74.31%-
HSV(B)263.61º27.73%86.27%-
XYZ44.8440.0373.07-
YUV173.13154.45135.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.56%
GREEN value IS 159 (62.5% from 255) = 28.29%
BLUE value IS 220 (86.33% from 255) = 39.15%
R=32.56%
G=28.29%
B=39.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1831592200.170.2800.14263.6146.5674.31
HexB79FDC111C0E1082f4a
Octal267237334213401641057112
Binary1011011110011111110111001000111100011101000010001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79FDC; }

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

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

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

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

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

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

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

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