#B39EEE

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

Shades of Biloba Flower #B39EEE

Tints of Biloba Flower #B39EEE

Color information

#B39EEE (or 0xB39EEE) is unknown color: approx Biloba Flower. HEX triplet: B3, 9E and EE. RGB value is (179,158,238). Sum of RGB (Red+Green+Blue) = 179+158+238=575 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.13% from 575); Green value is 158 (62.11% from 255 or 27.48% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #B39EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39EEE is #4C6111. Grayscale: #ADADAD. Windows color (decimal): -5005586 or 15638195. OLE color: 15638195.

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

Color convert

RGB179158238-
CMYK0.250.3400.07
HSL255.75º70.18%77.65%-
HSV(B)255.75º33.61%93.33%-
XYZ46.2540.2186.21-
YUV173.4164.46132-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.13%
GREEN value IS 158 (62.11% from 255) = 27.48%
BLUE value IS 238 (93.36% from 255) = 41.39%
R=31.13%
G=27.48%
B=41.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791582380.250.3400.07255.7570.1877.65
HexB39EEE192207100464e
Octal263236356314207400106116
Binary10110011100111101110111011001100010011110000000010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39EEE; }

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

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

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

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

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

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

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

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