#B79FE2

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

Shades of Biloba Flower #B79FE2

Tints of Biloba Flower #B79FE2

Color information

#B79FE2 (or 0xB79FE2) is unknown color: approx Biloba Flower. HEX triplet: B7, 9F and E2. RGB value is (183,159,226). Sum of RGB (Red+Green+Blue) = 183+159+226=568 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.22% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 226 (88.67% from 255 or 39.79% from 568); Max value from RGB is 226 - color contains mainly: blue. Hex color #B79FE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79FE2 is #48601D. Grayscale: #ADADAD. Windows color (decimal): -4743198 or 14852023. OLE color: 14852023.

HSL color Cylindrical-coordinate representation of color #B79FE2: hue angle of 261.49º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B79FE2 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB183159226-
CMYK0.190.3000.11
HSL261.49º53.6%75.49%-
HSV(B)261.49º29.65%88.63%-
XYZ45.6540.3577.33-
YUV173.81157.45134.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.22%
GREEN value IS 159 (62.5% from 255) = 27.99%
BLUE value IS 226 (88.67% from 255) = 39.79%
R=32.22%
G=27.99%
B=39.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1831592260.190.3000.11261.4953.675.49
HexB79FE2131E0B105364b
Octal267237342233601340566113
Binary1011011110011111111000101001111110010111000001011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79FE2; }

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

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

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

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

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

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

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

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