#B39AED

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

Shades of Biloba Flower #B39AED

Tints of Biloba Flower #B39AED

Color information

#B39AED (or 0xB39AED) is unknown color: approx Biloba Flower. HEX triplet: B3, 9A and ED. RGB value is (179,154,237). Sum of RGB (Red+Green+Blue) = 179+154+237=570 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.40% from 570); Green value is 154 (60.55% from 255 or 27.02% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #B39AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39AED is #4C6512. Grayscale: #AAAAAA. Windows color (decimal): -5006611 or 15571635. OLE color: 15571635.

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

Color convert

RGB179154237-
CMYK0.240.3500.07
HSL258.07º69.75%76.67%-
HSV(B)258.07º35.02%92.94%-
XYZ45.4338.8185.22-
YUV170.94165.28133.75-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.40%
GREEN value IS 154 (60.55% from 255) = 27.02%
BLUE value IS 237 (92.97% from 255) = 41.58%
R=31.40%
G=27.02%
B=41.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791542370.240.3500.07258.0769.7576.67
HexB39AED182307102464d
Octal263232355304307402106115
Binary10110011100110101110110111000100011011110000001010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39AED; }

 p { color: rgb(179,154,237); }

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

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

 a { background-color: rgb(179,154,237); }

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

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

 span { border-color: rgb(179,154,237); }

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