#B18AFD

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

Shades of Biloba Flower #B18AFD

Tints of Biloba Flower #B18AFD

Color information

#B18AFD (or 0xB18AFD) is unknown color: approx Biloba Flower. HEX triplet: B1, 8A and FD. RGB value is (177,138,253). Sum of RGB (Red+Green+Blue) = 177+138+253=568 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.16% from 568); Green value is 138 (54.30% from 255 or 24.30% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #B18AFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18AFD is #4E7502. Grayscale: #A2A2A2. Windows color (decimal): -5141763 or 16616113. OLE color: 16616113.

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

Color convert

RGB177138253-
CMYK0.300.4500.01
HSL260.35º96.64%76.67%-
HSV(B)260.35º45.45%99.22%-
XYZ44.9534.6297.24-
YUV162.77178.92138.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.16%
GREEN value IS 138 (54.30% from 255) = 24.30%
BLUE value IS 253 (99.22% from 255) = 44.54%
R=31.16%
G=24.30%
B=44.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1771382530.300.4500.01260.3596.6476.67
HexB18AFD1E2D01104614d
Octal261212375365501404141115
Binary101100011000101011111101111101011010110000010011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18AFD; }

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

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

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

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

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

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

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

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