#B39DFB

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

Shades of Biloba Flower #B39DFB

Tints of Biloba Flower #B39DFB

Color information

#B39DFB (or 0xB39DFB) is unknown color: approx Biloba Flower. HEX triplet: B3, 9D and FB. RGB value is (179,157,251). Sum of RGB (Red+Green+Blue) = 179+157+251=587 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.49% from 587); Green value is 157 (61.72% from 255 or 26.75% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #B39DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39DFB is #4C6204. Grayscale: #ADADAD. Windows color (decimal): -5005829 or 16489907. OLE color: 16489907.

HSL color Cylindrical-coordinate representation of color #B39DFB: hue angle of 254.04º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B39DFB is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179157251-
CMYK0.290.3700.02
HSL254.04º92.16%80%-
HSV(B)254.04º37.45%98.43%-
XYZ48.0640.6696.58-
YUV174.29171.29131.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.49%
GREEN value IS 157 (61.72% from 255) = 26.75%
BLUE value IS 251 (98.44% from 255) = 42.76%
R=30.49%
G=26.75%
B=42.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1791572510.290.3700.02254.0492.1680
HexB39DFB1D2502fe5c50
Octal263235373354502376134120
Binary101100111001110111111011111011001010101111111010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39DFB; }

 p { color: rgb(179,157,251); }

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

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

 a { background-color: rgb(179,157,251); }

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

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

 span { border-color: rgb(179,157,251); }

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