#B39EEA

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

Shades of Biloba Flower #B39EEA

Tints of Biloba Flower #B39EEA

Color information

#B39EEA (or 0xB39EEA) is unknown color: approx Biloba Flower. HEX triplet: B3, 9E and EA. RGB value is (179,158,234). Sum of RGB (Red+Green+Blue) = 179+158+234=571 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.35% from 571); Green value is 158 (62.11% from 255 or 27.67% 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 #B39EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39EEA is #4C6115. Grayscale: #ACACAC. Windows color (decimal): -5005590 or 15376051. OLE color: 15376051.

HSL color Cylindrical-coordinate representation of color #B39EEA: hue angle of 256.58º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B39EEA is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB179158234-
CMYK0.240.3200.08
HSL256.58º64.41%76.86%-
HSV(B)256.58º32.48%91.76%-
XYZ45.6739.9883.15-
YUV172.94162.46132.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.35%
GREEN value IS 158 (62.11% from 255) = 27.67%
BLUE value IS 234 (91.80% from 255) = 40.98%
R=31.35%
G=27.67%
B=40.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1791582340.240.3200.08256.5864.4176.86
HexB39EEA182008101404d
Octal2632363523040010401100115
Binary101100111001111011101010110001000000100010000000110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39EEA; }

 p { color: rgb(179,158,234); }

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

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

 a { background-color: rgb(179,158,234); }

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

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

 span { border-color: rgb(179,158,234); }

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