#B39FEE

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

Shades of Biloba Flower #B39FEE

Tints of Biloba Flower #B39FEE

Color information

#B39FEE (or 0xB39FEE) is unknown color: approx Biloba Flower. HEX triplet: B3, 9F and EE. RGB value is (179,159,238). Sum of RGB (Red+Green+Blue) = 179+159+238=576 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.08% from 576); Green value is 159 (62.5% from 255 or 27.60% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #B39FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39FEE is #4C6011. Grayscale: #ADADAD. Windows color (decimal): -5005330 or 15638451. OLE color: 15638451.

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

Color convert

RGB179159238-
CMYK0.250.3300.07
HSL255.19º69.91%77.84%-
HSV(B)255.19º33.19%93.33%-
XYZ46.4240.5586.27-
YUV173.99164.13131.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.08%
GREEN value IS 159 (62.5% from 255) = 27.60%
BLUE value IS 238 (93.36% from 255) = 41.32%
R=31.08%
G=27.60%
B=41.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791592380.250.3300.07255.1969.9177.84
HexB39FEE192107ff464e
Octal263237356314107377106116
Binary1011001110011111111011101100110000101111111111110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39FEE; }

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

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

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

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

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

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

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

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