#B79AEA

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

Shades of Biloba Flower #B79AEA

Tints of Biloba Flower #B79AEA

Color information

#B79AEA (or 0xB79AEA) is unknown color: approx Biloba Flower. HEX triplet: B7, 9A and EA. RGB value is (183,154,234). Sum of RGB (Red+Green+Blue) = 183+154+234=571 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.05% from 571); Green value is 154 (60.55% from 255 or 26.97% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #B79AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B79AEA is #486515. Grayscale: #ABABAB. Windows color (decimal): -4744470 or 15375031. OLE color: 15375031.

HSL color Cylindrical-coordinate representation of color #B79AEA: hue angle of 261.75º degrees, saturation: 0.66, 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 #B79AEA is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB183154234-
CMYK0.220.3400.08
HSL261.75º65.57%76.08%-
HSV(B)261.75º34.19%91.76%-
XYZ45.9439.1282.97-
YUV171.79163.11136-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.05%
GREEN value IS 154 (60.55% from 255) = 26.97%
BLUE value IS 234 (91.80% from 255) = 40.98%
R=32.05%
G=26.97%
B=40.98%

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
Decimal1831542340.220.3400.08261.7565.5776.08
HexB79AEA162208106424c
Octal2672323522642010406102114
Binary101101111001101011101010101101000100100010000011010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79AEA; }

 p { color: rgb(183,154,234); }

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

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

 a { background-color: rgb(183,154,234); }

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

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

 span { border-color: rgb(183,154,234); }

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