#B18AFF

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

Shades of Biloba Flower #B18AFF

Tints of Biloba Flower #B18AFF

Color information

#B18AFF (or 0xB18AFF) is unknown color: approx Biloba Flower. HEX triplet: B1, 8A and FF. RGB value is (177,138,255). Sum of RGB (Red+Green+Blue) = 177+138+255=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #B18AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18AFF is #4E7500. Grayscale: #A2A2A2. Windows color (decimal): -5141761 or 16747185. OLE color: 16747185.

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

Color convert

RGB177138255-
CMYK0.310.4600
HSL260º100%77.06%-
HSV(B)260º45.88%100%-
XYZ45.2734.7498.93-
YUV163179.92137.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.05%
GREEN value IS 138 (54.30% from 255) = 24.21%
BLUE value IS 255 (100% from 255) = 44.74%
R=31.05%
G=24.21%
B=44.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1771382550.310.460026010077.06
HexB18AFF1F2E00104644d
Octal261212377375600404144115
Binary101100011000101011111111111111011100010000010011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18AFF; }

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

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

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

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

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

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

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

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