#B39CFB

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

Shades of Biloba Flower #B39CFB

Tints of Biloba Flower #B39CFB

Color information

#B39CFB (or 0xB39CFB) is unknown color: approx Biloba Flower. HEX triplet: B3, 9C and FB. RGB value is (179,156,251). Sum of RGB (Red+Green+Blue) = 179+156+251=586 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.55% from 586); Green value is 156 (61.33% from 255 or 26.62% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #B39CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39CFB is #4C6304. Grayscale: #ADADAD. Windows color (decimal): -5006085 or 16489651. OLE color: 16489651.

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

Color convert

RGB179156251-
CMYK0.290.3800.02
HSL254.53º92.23%79.8%-
HSV(B)254.53º37.85%98.43%-
XYZ47.8940.3396.53-
YUV173.71171.62131.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.55%
GREEN value IS 156 (61.33% from 255) = 26.62%
BLUE value IS 251 (98.44% from 255) = 42.83%
R=30.55%
G=26.62%
B=42.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1791562510.290.3800.02254.5392.2379.8
HexB39CFB1D2602ff5c50
Octal263234373354602377134120
Binary101100111001110011111011111011001100101111111110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39CFB; }

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

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

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

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

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

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

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

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