#B39AFD

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

Shades of Biloba Flower #B39AFD

Tints of Biloba Flower #B39AFD

Color information

#B39AFD (or 0xB39AFD) is unknown color: approx Biloba Flower. HEX triplet: B3, 9A and FD. RGB value is (179,154,253). Sum of RGB (Red+Green+Blue) = 179+154+253=586 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.55% from 586); Green value is 154 (60.55% from 255 or 26.28% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #B39AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39AFD is #4C6502. Grayscale: #ACACAC. Windows color (decimal): -5006595 or 16620211. OLE color: 16620211.

HSL color Cylindrical-coordinate representation of color #B39AFD: hue angle of 255.15º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B39AFD is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB179154253-
CMYK0.290.3900.01
HSL255.15º96.12%79.8%-
HSV(B)255.15º39.13%99.22%-
XYZ47.8839.7998.08-
YUV172.76173.28132.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.55%
GREEN value IS 154 (60.55% from 255) = 26.28%
BLUE value IS 253 (99.22% from 255) = 43.17%
R=30.55%
G=26.28%
B=43.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1791542530.290.3900.01255.1596.1279.8
HexB39AFD1D2701ff6050
Octal263232375354701377140120
Binary10110011100110101111110111101100111011111111111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39AFD; }

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

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

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

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

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

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

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

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