#B39FCE

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

Shades of Biloba Flower #B39FCE

Tints of Biloba Flower #B39FCE

Color information

#B39FCE (or 0xB39FCE) is unknown color: approx Biloba Flower. HEX triplet: B3, 9F and CE. RGB value is (179,159,206). Sum of RGB (Red+Green+Blue) = 179+159+206=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #B39FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39FCE is #4C6031. Grayscale: #AAAAAA. Windows color (decimal): -5005362 or 13541299. OLE color: 13541299.

HSL color Cylindrical-coordinate representation of color #B39FCE: hue angle of 265.53º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B39FCE is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB179159206-
CMYK0.130.2300.19
HSL265.53º32.41%71.57%-
HSV(B)265.53º22.82%80.78%-
XYZ42.1338.8463.67-
YUV170.34148.13134.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.90%
GREEN value IS 159 (62.5% from 255) = 29.23%
BLUE value IS 206 (80.86% from 255) = 37.87%
R=32.90%
G=29.23%
B=37.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1791592060.130.2300.19265.5332.4171.57
HexB39FCED1701310a2048
Octal263237316152702341240110
Binary1011001110011111110011101101101110100111000010101000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39FCE; }

 p { color: rgb(179,159,206); }

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

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

 a { background-color: rgb(179,159,206); }

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

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

 span { border-color: rgb(179,159,206); }

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