#B18DFF

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

Shades of Biloba Flower #B18DFF

Tints of Biloba Flower #B18DFF

Color information

#B18DFF (or 0xB18DFF) is unknown color: approx Biloba Flower. HEX triplet: B1, 8D and FF. RGB value is (177,141,255). Sum of RGB (Red+Green+Blue) = 177+141+255=573 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.89% from 573); Green value is 141 (55.47% from 255 or 24.61% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #B18DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18DFF is #4E7200. Grayscale: #A4A4A4. Windows color (decimal): -5140993 or 16747953. OLE color: 16747953.

HSL color Cylindrical-coordinate representation of color #B18DFF: hue angle of 258.95º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B18DFF is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB177141255-
CMYK0.310.4500
HSL258.95º100%77.65%-
HSV(B)258.95º44.71%100%-
XYZ45.7135.6299.07-
YUV164.76178.93136.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.89%
GREEN value IS 141 (55.47% from 255) = 24.61%
BLUE value IS 255 (100% from 255) = 44.50%
R=30.89%
G=24.61%
B=44.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1771412550.310.4500258.9510077.65
HexB18DFF1F2D00103644e
Octal261215377375500403144116
Binary101100011000110111111111111111011010010000001111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18DFF; }

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

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

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

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

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

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

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

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