#B39ACC

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

Shades of Biloba Flower #B39ACC

Tints of Biloba Flower #B39ACC

Color information

#B39ACC (or 0xB39ACC) is unknown color: approx Biloba Flower. HEX triplet: B3, 9A and CC. RGB value is (179,154,204). Sum of RGB (Red+Green+Blue) = 179+154+204=537 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.33% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #B39ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39ACC is #4C6533. Grayscale: #A7A7A7. Windows color (decimal): -5006644 or 13408947. OLE color: 13408947.

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

Color convert

RGB179154204-
CMYK0.120.2500.2
HSL270º32.89%70.2%-
HSV(B)270º24.51%80%-
XYZ41.0537.0562.12-
YUV167.18148.78136.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.33%
GREEN value IS 154 (60.55% from 255) = 28.68%
BLUE value IS 204 (80.08% from 255) = 37.99%
R=33.33%
G=28.68%
B=37.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1791542040.120.2500.227032.8970.2
HexB39ACCC1901410e2146
Octal263232314143102441641106
Binary1011001110011010110011001100110010101001000011101000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39ACC; }

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

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

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

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

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

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

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

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