#B39BCA

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

Shades of Biloba Flower #B39BCA

Tints of Biloba Flower #B39BCA

Color information

#B39BCA (or 0xB39BCA) is unknown color: approx Biloba Flower. HEX triplet: B3, 9B and CA. RGB value is (179,155,202). Sum of RGB (Red+Green+Blue) = 179+155+202=536 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.40% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 202 - color contains mainly: blue. Hex color #B39BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39BCA is #4C6435. Grayscale: #A7A7A7. Windows color (decimal): -5006390 or 13278131. OLE color: 13278131.

HSL color Cylindrical-coordinate representation of color #B39BCA: hue angle of 270.64º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B39BCA is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB179155202-
CMYK0.110.2300.21
HSL270.64º30.72%70%-
HSV(B)270.64º23.27%79.22%-
XYZ40.9737.2960.92-
YUV167.53147.45136.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.40%
GREEN value IS 155 (60.94% from 255) = 28.92%
BLUE value IS 202 (79.30% from 255) = 37.69%
R=33.40%
G=28.92%
B=37.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791552020.110.2300.21270.6430.7270
HexB39BCAB1701510f1f46
Octal263233312132702541737106
Binary101100111001101111001010101110111010101100001111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39BCA; }

 p { color: rgb(179,155,202); }

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

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

 a { background-color: rgb(179,155,202); }

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

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

 span { border-color: rgb(179,155,202); }

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