#B39FE8

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

Shades of Biloba Flower #B39FE8

Tints of Biloba Flower #B39FE8

Color information

#B39FE8 (or 0xB39FE8) is unknown color: approx Biloba Flower. HEX triplet: B3, 9F and E8. RGB value is (179,159,232). Sum of RGB (Red+Green+Blue) = 179+159+232=570 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.40% from 570); Green value is 159 (62.5% from 255 or 27.89% from 570); Blue value is 232 (91.02% from 255 or 40.70% from 570); Max value from RGB is 232 - color contains mainly: blue. Hex color #B39FE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39FE8 is #4C6017. Grayscale: #ADADAD. Windows color (decimal): -5005336 or 15245235. OLE color: 15245235.

HSL color Cylindrical-coordinate representation of color #B39FE8: hue angle of 256.44º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B39FE8 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB179159232-
CMYK0.230.3100.09
HSL256.44º61.34%76.67%-
HSV(B)256.44º31.47%90.98%-
XYZ45.5540.2181.7-
YUV173.3161.13132.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.40%
GREEN value IS 159 (62.5% from 255) = 27.89%
BLUE value IS 232 (91.02% from 255) = 40.70%
R=31.40%
G=27.89%
B=40.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1791592320.230.3100.09256.4461.3476.67
HexB39FE8171F091003d4d
Octal263237350273701140075115
Binary1011001110011111111010001011111111010011000000001111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39FE8; }

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

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

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

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

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

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

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

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