#B38DFB

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

Shades of Biloba Flower #B38DFB

Tints of Biloba Flower #B38DFB

Color information

#B38DFB (or 0xB38DFB) is unknown color: approx Biloba Flower. HEX triplet: B3, 8D and FB. RGB value is (179,141,251). Sum of RGB (Red+Green+Blue) = 179+141+251=571 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.35% from 571); Green value is 141 (55.47% from 255 or 24.69% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #B38DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38DFB is #4C7204. Grayscale: #A4A4A4. Windows color (decimal): -5009925 or 16485811. OLE color: 16485811.

HSL color Cylindrical-coordinate representation of color #B38DFB: hue angle of 260.73º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B38DFB is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179141251-
CMYK0.290.4400.02
HSL260.73º93.22%76.86%-
HSV(B)260.73º43.82%98.43%-
XYZ45.5335.695.74-
YUV164.9176.59138.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.35%
GREEN value IS 141 (55.47% from 255) = 24.69%
BLUE value IS 251 (98.44% from 255) = 43.96%
R=31.35%
G=24.69%
B=43.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1791412510.290.4400.02260.7393.2276.86
HexB38DFB1D2C021055d4d
Octal263215373355402405135115
Binary1011001110001101111110111110110110001010000010110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38DFB; }

 p { color: rgb(179,141,251); }

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

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

 a { background-color: rgb(179,141,251); }

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

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

 span { border-color: rgb(179,141,251); }

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