#B39FEB

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

Shades of Biloba Flower #B39FEB

Tints of Biloba Flower #B39FEB

Color information

#B39FEB (or 0xB39FEB) is unknown color: approx Biloba Flower. HEX triplet: B3, 9F and EB. RGB value is (179,159,235). Sum of RGB (Red+Green+Blue) = 179+159+235=573 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.24% from 573); Green value is 159 (62.5% from 255 or 27.75% from 573); Blue value is 235 (92.19% from 255 or 41.01% from 573); Max value from RGB is 235 - color contains mainly: blue. Hex color #B39FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39FEB is #4C6014. Grayscale: #ADADAD. Windows color (decimal): -5005333 or 15441843. OLE color: 15441843.

HSL color Cylindrical-coordinate representation of color #B39FEB: hue angle of 255.79º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B39FEB is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB179159235-
CMYK0.240.3200.08
HSL255.79º65.52%77.25%-
HSV(B)255.79º32.34%92.16%-
XYZ45.9840.3883.97-
YUV173.64162.63131.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.24%
GREEN value IS 159 (62.5% from 255) = 27.75%
BLUE value IS 235 (92.19% from 255) = 41.01%
R=31.24%
G=27.75%
B=41.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1791592350.240.3200.08255.7965.5277.25
HexB39FEB182008100424d
Octal2632373533040010400102115
Binary101100111001111111101011110001000000100010000000010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39FEB; }

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

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

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

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

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

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

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

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