#B18DFB

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

Shades of Biloba Flower #B18DFB

Tints of Biloba Flower #B18DFB

Color information

#B18DFB (or 0xB18DFB) is unknown color: approx Biloba Flower. HEX triplet: B1, 8D and FB. RGB value is (177,141,251). Sum of RGB (Red+Green+Blue) = 177+141+251=569 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.11% from 569); Green value is 141 (55.47% from 255 or 24.78% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #B18DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18DFB is #4E7204. Grayscale: #A3A3A3. Windows color (decimal): -5140997 or 16485809. OLE color: 16485809.

HSL color Cylindrical-coordinate representation of color #B18DFB: hue angle of 259.64º 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 #B18DFB is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB177141251-
CMYK0.290.4400.02
HSL259.64º93.22%76.86%-
HSV(B)259.64º43.82%98.43%-
XYZ45.0735.3695.72-
YUV164.3176.93137.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.11%
GREEN value IS 141 (55.47% from 255) = 24.78%
BLUE value IS 251 (98.44% from 255) = 44.11%
R=31.11%
G=24.78%
B=44.11%

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
Decimal1771412510.290.4400.02259.6493.2276.86
HexB18DFB1D2C021045d4d
Octal261215373355402404135115
Binary1011000110001101111110111110110110001010000010010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18DFB; }

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

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

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

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

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

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

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

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