#B39CCC

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

Shades of Biloba Flower #B39CCC

Tints of Biloba Flower #B39CCC

Color information

#B39CCC (or 0xB39CCC) is unknown color: approx Biloba Flower. HEX triplet: B3, 9C and CC. RGB value is (179,156,204). Sum of RGB (Red+Green+Blue) = 179+156+204=539 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.21% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #B39CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39CCC is #4C6333. Grayscale: #A8A8A8. Windows color (decimal): -5006132 or 13409459. OLE color: 13409459.

HSL color Cylindrical-coordinate representation of color #B39CCC: hue angle of 268.75º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B39CCC is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB179156204-
CMYK0.120.2400.2
HSL268.75º32%70.59%-
HSV(B)268.75º23.53%80%-
XYZ41.3837.7262.23-
YUV168.35148.12135.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.21%
GREEN value IS 156 (61.33% from 255) = 28.94%
BLUE value IS 204 (80.08% from 255) = 37.85%
R=33.21%
G=28.94%
B=37.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1791562040.120.2400.2268.753270.59
HexB39CCCC1801410d2047
Octal263234314143002441540107
Binary1011001110011100110011001100110000101001000011011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39CCC; }

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

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

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

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

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

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

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

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