#B39ED4

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

Shades of Biloba Flower #B39ED4

Tints of Biloba Flower #B39ED4

Color information

#B39ED4 (or 0xB39ED4) is unknown color: approx Biloba Flower. HEX triplet: B3, 9E and D4. RGB value is (179,158,212). Sum of RGB (Red+Green+Blue) = 179+158+212=549 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.60% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 212 (83.20% from 255 or 38.62% from 549); Max value from RGB is 212 - color contains mainly: blue. Hex color #B39ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39ED4 is #4C612B. Grayscale: #AAAAAA. Windows color (decimal): -5005612 or 13934259. OLE color: 13934259.

HSL color Cylindrical-coordinate representation of color #B39ED4: hue angle of 263.33º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B39ED4 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB179158212-
CMYK0.160.2500.17
HSL263.33º38.57%72.55%-
HSV(B)263.33º25.47%83.14%-
XYZ42.738.7967.52-
YUV170.44151.46134.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.60%
GREEN value IS 158 (62.11% from 255) = 28.78%
BLUE value IS 212 (83.20% from 255) = 38.62%
R=32.60%
G=28.78%
B=38.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1791582120.160.2500.17263.3338.5772.55
HexB39ED410190111072749
Octal263236324203102140747111
Binary10110011100111101101010010000110010100011000001111001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39ED4; }

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

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

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

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

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

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

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

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