#B39EC7

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

Shades of Biloba Flower #B39EC7

Tints of Biloba Flower #B39EC7

Color information

#B39EC7 (or 0xB39EC7) is unknown color: approx Biloba Flower. HEX triplet: B3, 9E and C7. RGB value is (179,158,199). Sum of RGB (Red+Green+Blue) = 179+158+199=536 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.40% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 199 (78.12% from 255 or 37.13% from 536); Max value from RGB is 199 - color contains mainly: blue. Hex color #B39EC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39EC7 is #4C6138. Grayscale: #A8A8A8. Windows color (decimal): -5005625 or 13082291. OLE color: 13082291.

HSL color Cylindrical-coordinate representation of color #B39EC7: hue angle of 270.73º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B39EC7 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB179158199-
CMYK0.100.2100.22
HSL270.73º26.8%70%-
HSV(B)270.73º20.6%78.04%-
XYZ41.1338.1659.23-
YUV168.95144.96135.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.40%
GREEN value IS 158 (62.11% from 255) = 29.48%
BLUE value IS 199 (78.12% from 255) = 37.13%
R=33.40%
G=29.48%
B=37.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1791581990.100.2100.22270.7326.870
HexB39EC7A1501610f1b46
Octal263236307122502641733106
Binary101100111001111011000111101010101010110100001111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39EC7; }

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

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

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

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

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

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

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

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