#B39FE4

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

Shades of Biloba Flower #B39FE4

Tints of Biloba Flower #B39FE4

Color information

#B39FE4 (or 0xB39FE4) is unknown color: approx Biloba Flower. HEX triplet: B3, 9F and E4. RGB value is (179,159,228). Sum of RGB (Red+Green+Blue) = 179+159+228=566 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.63% from 566); Green value is 159 (62.5% from 255 or 28.09% from 566); Blue value is 228 (89.45% from 255 or 40.28% from 566); Max value from RGB is 228 - color contains mainly: blue. Hex color #B39FE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39FE4 is #4C601B. Grayscale: #ACACAC. Windows color (decimal): -5005340 or 14983091. OLE color: 14983091.

HSL color Cylindrical-coordinate representation of color #B39FE4: hue angle of 257.39º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B39FE4 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB179159228-
CMYK0.210.3000.11
HSL257.39º56.1%75.88%-
HSV(B)257.39º30.26%89.41%-
XYZ44.9939.9878.74-
YUV172.85159.13132.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.63%
GREEN value IS 159 (62.5% from 255) = 28.09%
BLUE value IS 228 (89.45% from 255) = 40.28%
R=31.63%
G=28.09%
B=40.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1791592280.210.3000.11257.3956.175.88
HexB39FE4151E0B101384c
Octal263237344253601340170114
Binary1011001110011111111001001010111110010111000000011110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39FE4; }

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

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

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

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

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

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

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

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