#B39FCA

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

Shades of Biloba Flower #B39FCA

Tints of Biloba Flower #B39FCA

Color information

#B39FCA (or 0xB39FCA) is unknown color: approx Biloba Flower. HEX triplet: B3, 9F and CA. RGB value is (179,159,202). Sum of RGB (Red+Green+Blue) = 179+159+202=540 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.15% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 202 - color contains mainly: blue. Hex color #B39FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39FCA is #4C6035. Grayscale: #A9A9A9. Windows color (decimal): -5005366 or 13279155. OLE color: 13279155.

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

Color convert

RGB179159202-
CMYK0.110.2100.21
HSL267.91º28.86%70.78%-
HSV(B)267.91º21.29%79.22%-
XYZ41.6538.6461.14-
YUV169.88146.13134.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.15%
GREEN value IS 159 (62.5% from 255) = 29.44%
BLUE value IS 202 (79.30% from 255) = 37.41%
R=33.15%
G=29.44%
B=37.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791592020.110.2100.21267.9128.8670.78
HexB39FCAB1501510c1d47
Octal263237312132502541435107
Binary101100111001111111001010101110101010101100001100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39FCA; }

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

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

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

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

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

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

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

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