#B79BEB

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

Shades of Biloba Flower #B79BEB

Tints of Biloba Flower #B79BEB

Color information

#B79BEB (or 0xB79BEB) is unknown color: approx Biloba Flower. HEX triplet: B7, 9B and EB. RGB value is (183,155,235). Sum of RGB (Red+Green+Blue) = 183+155+235=573 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.94% from 573); Green value is 155 (60.94% from 255 or 27.05% from 573); Blue value is 235 (92.19% from 255 or 41.01% from 573); Max value from RGB is 235 - color contains mainly: blue. Hex color #B79BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B79BEB is #486414. Grayscale: #ACACAC. Windows color (decimal): -4744213 or 15440823. OLE color: 15440823.

HSL color Cylindrical-coordinate representation of color #B79BEB: hue angle of 261º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B79BEB is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB183155235-
CMYK0.220.3400.08
HSL261º66.67%76.47%-
HSV(B)261º34.04%92.16%-
XYZ46.2539.5183.79-
YUV172.49163.28135.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.94%
GREEN value IS 155 (60.94% from 255) = 27.05%
BLUE value IS 235 (92.19% from 255) = 41.01%
R=31.94%
G=27.05%
B=41.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1831552350.220.3400.0826166.6776.47
HexB79BEB162208105434c
Octal2672333532642010405103114
Binary101101111001101111101011101101000100100010000010110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79BEB; }

 p { color: rgb(183,155,235); }

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

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

 a { background-color: rgb(183,155,235); }

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

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

 span { border-color: rgb(183,155,235); }

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