#B39EC8

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

Shades of Biloba Flower #B39EC8

Tints of Biloba Flower #B39EC8

Color information

#B39EC8 (or 0xB39EC8) is unknown color: approx Biloba Flower. HEX triplet: B3, 9E and C8. RGB value is (179,158,200). Sum of RGB (Red+Green+Blue) = 179+158+200=537 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.33% from 537); Green value is 158 (62.11% from 255 or 29.42% from 537); Blue value is 200 (78.52% from 255 or 37.24% from 537); Max value from RGB is 200 - color contains mainly: blue. Hex color #B39EC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39EC8 is #4C6137. Grayscale: #A8A8A8. Windows color (decimal): -5005624 or 13147827. OLE color: 13147827.

HSL color Cylindrical-coordinate representation of color #B39EC8: hue angle of 270º degrees, saturation: 0.28, 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 #B39EC8 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB179158200-
CMYK0.100.2100.22
HSL270º27.63%70.2%-
HSV(B)270º21%78.43%-
XYZ41.2438.2159.84-
YUV169.07145.46135.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.33%
GREEN value IS 158 (62.11% from 255) = 29.42%
BLUE value IS 200 (78.52% from 255) = 37.24%
R=33.33%
G=29.42%
B=37.24%

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
Decimal1791582000.100.2100.2227027.6370.2
HexB39EC8A1501610e1c46
Octal263236310122502641634106
Binary101100111001111011001000101010101010110100001110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39EC8; }

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

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

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

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

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

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

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

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