#B39EEF

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

Shades of Biloba Flower #B39EEF

Tints of Biloba Flower #B39EEF

Color information

#B39EEF (or 0xB39EEF) is unknown color: approx Biloba Flower. HEX triplet: B3, 9E and EF. RGB value is (179,158,239). Sum of RGB (Red+Green+Blue) = 179+158+239=576 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.08% from 576); Green value is 158 (62.11% from 255 or 27.43% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #B39EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39EEF is #4C6110. Grayscale: #ADADAD. Windows color (decimal): -5005585 or 15703731. OLE color: 15703731.

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

Color convert

RGB179158239-
CMYK0.250.3400.06
HSL255.56º71.68%77.84%-
HSV(B)255.56º33.89%93.73%-
XYZ46.440.2786.99-
YUV173.51164.96131.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.08%
GREEN value IS 158 (62.11% from 255) = 27.43%
BLUE value IS 239 (93.75% from 255) = 41.49%
R=31.08%
G=27.43%
B=41.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1791582390.250.3400.06255.5671.6877.84
HexB39EEF192206100484e
Octal263236357314206400110116
Binary10110011100111101110111111001100010011010000000010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39EEF; }

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

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

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

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

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

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

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

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