#B18CFD

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

Shades of Biloba Flower #B18CFD

Tints of Biloba Flower #B18CFD

Color information

#B18CFD (or 0xB18CFD) is unknown color: approx Biloba Flower. HEX triplet: B1, 8C and FD. RGB value is (177,140,253). Sum of RGB (Red+Green+Blue) = 177+140+253=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 140 (55.08% from 255 or 24.56% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #B18CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18CFD is #4E7302. Grayscale: #A3A3A3. Windows color (decimal): -5141251 or 16616625. OLE color: 16616625.

HSL color Cylindrical-coordinate representation of color #B18CFD: hue angle of 259.65º 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 #B18CFD is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB177140253-
CMYK0.300.4500.01
HSL259.65º96.58%77.06%-
HSV(B)259.65º44.66%99.22%-
XYZ45.2435.297.34-
YUV163.94178.26137.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.05%
GREEN value IS 140 (55.08% from 255) = 24.56%
BLUE value IS 253 (99.22% from 255) = 44.39%
R=31.05%
G=24.56%
B=44.39%

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
Decimal1771402530.300.4500.01259.6596.5877.06
HexB18CFD1E2D01104614d
Octal261214375365501404141115
Binary101100011000110011111101111101011010110000010011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18CFD; }

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

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

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

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

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

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

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

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