#B39CD8

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

Shades of Biloba Flower #B39CD8

Tints of Biloba Flower #B39CD8

Color information

#B39CD8 (or 0xB39CD8) is unknown color: approx Biloba Flower. HEX triplet: B3, 9C and D8. RGB value is (179,156,216). Sum of RGB (Red+Green+Blue) = 179+156+216=551 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.49% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 216 (84.77% from 255 or 39.20% from 551); Max value from RGB is 216 - color contains mainly: blue. Hex color #B39CD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39CD8 is #4C6327. Grayscale: #A9A9A9. Windows color (decimal): -5006120 or 14195891. OLE color: 14195891.

HSL color Cylindrical-coordinate representation of color #B39CD8: hue angle of 263º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B39CD8 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB179156216-
CMYK0.170.2800.15
HSL263º43.48%72.94%-
HSV(B)263º27.78%84.71%-
XYZ42.8738.3270.1-
YUV169.72154.12134.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.49%
GREEN value IS 156 (61.33% from 255) = 28.31%
BLUE value IS 216 (84.77% from 255) = 39.20%
R=32.49%
G=28.31%
B=39.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791562160.170.2800.1526343.4872.94
HexB39CD8111C0F1072b49
Octal263234330213401740753111
Binary1011001110011100110110001000111100011111000001111010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39CD8; }

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

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

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

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

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

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

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

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