#B18AF6

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

Shades of Biloba Flower #B18AF6

Tints of Biloba Flower #B18AF6

Color information

#B18AF6 (or 0xB18AF6) is unknown color: approx Biloba Flower. HEX triplet: B1, 8A and F6. RGB value is (177,138,246). Sum of RGB (Red+Green+Blue) = 177+138+246=561 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.55% from 561); Green value is 138 (54.30% from 255 or 24.60% from 561); Blue value is 246 (96.48% from 255 or 43.85% from 561); Max value from RGB is 246 - color contains mainly: blue. Hex color #B18AF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18AF6 is #4E7509. Grayscale: #A1A1A1. Windows color (decimal): -5141770 or 16157361. OLE color: 16157361.

HSL color Cylindrical-coordinate representation of color #B18AF6: hue angle of 261.67º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B18AF6 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB177138246-
CMYK0.280.4400.04
HSL261.67º85.71%75.29%-
HSV(B)261.67º43.9%96.47%-
XYZ43.8534.1891.47-
YUV161.97175.42138.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.55%
GREEN value IS 138 (54.30% from 255) = 24.60%
BLUE value IS 246 (96.48% from 255) = 43.85%
R=31.55%
G=24.60%
B=43.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1771382460.280.4400.04261.6785.7175.29
HexB18AF61C2C04106564b
Octal261212366345404406126113
Binary10110001100010101111011011100101100010010000011010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18AF6; }

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

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

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

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

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

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

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

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