#B39CC6

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

Shades of Biloba Flower #B39CC6

Tints of Biloba Flower #B39CC6

Color information

#B39CC6 (or 0xB39CC6) is unknown color: approx Biloba Flower. HEX triplet: B3, 9C and C6. RGB value is (179,156,198). Sum of RGB (Red+Green+Blue) = 179+156+198=533 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.58% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 198 - color contains mainly: blue. Hex color #B39CC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39CC6 is #4C6339. Grayscale: #A7A7A7. Windows color (decimal): -5006138 or 13016243. OLE color: 13016243.

HSL color Cylindrical-coordinate representation of color #B39CC6: hue angle of 272.86º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B39CC6 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB179156198-
CMYK0.100.2100.22
HSL272.86º26.92%69.41%-
HSV(B)272.86º21.21%77.65%-
XYZ40.6737.4458.51-
YUV167.66145.12136.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.58%
GREEN value IS 156 (61.33% from 255) = 29.27%
BLUE value IS 198 (77.73% from 255) = 37.15%
R=33.58%
G=29.27%
B=37.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1791561980.100.2100.22272.8626.9269.41
HexB39CC6A150161111b45
Octal263234306122502642133105
Binary101100111001110011000110101010101010110100010001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39CC6; }

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

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

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

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

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

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

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

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