#B39FCC

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

Shades of Biloba Flower #B39FCC

Tints of Biloba Flower #B39FCC

Color information

#B39FCC (or 0xB39FCC) is unknown color: approx Biloba Flower. HEX triplet: B3, 9F and CC. RGB value is (179,159,204). Sum of RGB (Red+Green+Blue) = 179+159+204=542 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.03% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 204 - color contains mainly: blue. Hex color #B39FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39FCC is #4C6033. Grayscale: #A9A9A9. Windows color (decimal): -5005364 or 13410227. OLE color: 13410227.

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

Color convert

RGB179159204-
CMYK0.120.2200.2
HSL266.67º30.61%71.18%-
HSV(B)266.67º22.06%80%-
XYZ41.8938.7462.4-
YUV170.11147.13134.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.03%
GREEN value IS 159 (62.5% from 255) = 29.34%
BLUE value IS 204 (80.08% from 255) = 37.64%
R=33.03%
G=29.34%
B=37.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1791592040.120.2200.2266.6730.6171.18
HexB39FCCC1601410b1f47
Octal263237314142602441337107
Binary101100111001111111001100110010110010100100001011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39FCC; }

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

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

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

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

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

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

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

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