#B39AFA

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

Shades of Biloba Flower #B39AFA

Tints of Biloba Flower #B39AFA

Color information

#B39AFA (or 0xB39AFA) is unknown color: approx Biloba Flower. HEX triplet: B3, 9A and FA. RGB value is (179,154,250). Sum of RGB (Red+Green+Blue) = 179+154+250=583 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.70% from 583); Green value is 154 (60.55% from 255 or 26.42% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #B39AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39AFA is #4C6505. Grayscale: #ACACAC. Windows color (decimal): -5006598 or 16423603. OLE color: 16423603.

HSL color Cylindrical-coordinate representation of color #B39AFA: hue angle of 255.62º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B39AFA is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179154250-
CMYK0.280.3800.02
HSL255.62º90.57%79.22%-
HSV(B)255.62º38.4%98.04%-
XYZ47.439.695.59-
YUV172.42171.78132.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.70%
GREEN value IS 154 (60.55% from 255) = 26.42%
BLUE value IS 250 (98.05% from 255) = 42.88%
R=30.70%
G=26.42%
B=42.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1791542500.280.3800.02255.6290.5779.22
HexB39AFA1C26021005b4f
Octal263232372344602400133117
Binary1011001110011010111110101110010011001010000000010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39AFA; }

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

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

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

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

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

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

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

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