#B18AF8

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

Shades of Biloba Flower #B18AF8

Tints of Biloba Flower #B18AF8

Color information

#B18AF8 (or 0xB18AF8) is unknown color: approx Biloba Flower. HEX triplet: B1, 8A and F8. RGB value is (177,138,248). Sum of RGB (Red+Green+Blue) = 177+138+248=563 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.44% from 563); Green value is 138 (54.30% from 255 or 24.51% from 563); Blue value is 248 (97.27% from 255 or 44.05% from 563); Max value from RGB is 248 - color contains mainly: blue. Hex color #B18AF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18AF8 is #4E7507. Grayscale: #A1A1A1. Windows color (decimal): -5141768 or 16288433. OLE color: 16288433.

HSL color Cylindrical-coordinate representation of color #B18AF8: hue angle of 261.27º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B18AF8 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB177138248-
CMYK0.290.4400.03
HSL261.27º88.71%75.69%-
HSV(B)261.27º44.35%97.25%-
XYZ44.1634.393.1-
YUV162.2176.42138.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.44%
GREEN value IS 138 (54.30% from 255) = 24.51%
BLUE value IS 248 (97.27% from 255) = 44.05%
R=31.44%
G=24.51%
B=44.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1771382480.290.4400.03261.2788.7175.69
HexB18AF81D2C03105594c
Octal261212370355403405131114
Binary1011000110001010111110001110110110001110000010110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18AF8; }

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

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

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

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

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

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

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

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