#B18DFD

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

Shades of Biloba Flower #B18DFD

Tints of Biloba Flower #B18DFD

Color information

#B18DFD (or 0xB18DFD) is unknown color: approx Biloba Flower. HEX triplet: B1, 8D and FD. RGB value is (177,141,253). Sum of RGB (Red+Green+Blue) = 177+141+253=571 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.00% from 571); Green value is 141 (55.47% from 255 or 24.69% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #B18DFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18DFD is #4E7202. Grayscale: #A4A4A4. Windows color (decimal): -5140995 or 16616881. OLE color: 16616881.

HSL color Cylindrical-coordinate representation of color #B18DFD: hue angle of 259.29º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B18DFD is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB177141253-
CMYK0.300.4400.01
HSL259.29º96.55%77.25%-
HSV(B)259.29º44.27%99.22%-
XYZ45.3935.4997.39-
YUV164.53177.93136.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.00%
GREEN value IS 141 (55.47% from 255) = 24.69%
BLUE value IS 253 (99.22% from 255) = 44.31%
R=31.00%
G=24.69%
B=44.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1771412530.300.4400.01259.2996.5577.25
HexB18DFD1E2C01103614d
Octal261215375365401403141115
Binary101100011000110111111101111101011000110000001111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18DFD; }

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

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

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

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

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

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

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

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