#B39CEC

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

Shades of Biloba Flower #B39CEC

Tints of Biloba Flower #B39CEC

Color information

#B39CEC (or 0xB39CEC) is unknown color: approx Biloba Flower. HEX triplet: B3, 9C and EC. RGB value is (179,156,236). Sum of RGB (Red+Green+Blue) = 179+156+236=571 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.35% from 571); Green value is 156 (61.33% from 255 or 27.32% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #B39CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39CEC is #4C6313. Grayscale: #ABABAB. Windows color (decimal): -5006100 or 15506611. OLE color: 15506611.

HSL color Cylindrical-coordinate representation of color #B39CEC: hue angle of 257.25º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B39CEC is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB179156236-
CMYK0.240.3400.07
HSL257.25º67.8%76.86%-
HSV(B)257.25º33.9%92.55%-
XYZ45.6239.4284.56-
YUV172164.12133-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.35%
GREEN value IS 156 (61.33% from 255) = 27.32%
BLUE value IS 236 (92.58% from 255) = 41.33%
R=31.35%
G=27.32%
B=41.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791562360.240.3400.07257.2567.876.86
HexB39CEC182207101444d
Octal263234354304207401104115
Binary10110011100111001110110011000100010011110000000110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39CEC; }

 p { color: rgb(179,156,236); }

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

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

 a { background-color: rgb(179,156,236); }

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

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

 span { border-color: rgb(179,156,236); }

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