#B18FFC

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

Shades of Biloba Flower #B18FFC

Tints of Biloba Flower #B18FFC

Color information

#B18FFC (or 0xB18FFC) is unknown color: approx Biloba Flower. HEX triplet: B1, 8F and FC. RGB value is (177,143,252). Sum of RGB (Red+Green+Blue) = 177+143+252=572 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.94% from 572); Green value is 143 (56.25% from 255 or 25% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #B18FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18FFC is #4E7003. Grayscale: #A5A5A5. Windows color (decimal): -5140484 or 16551857. OLE color: 16551857.

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

Color convert

RGB177143252-
CMYK0.300.4300.01
HSL258.72º94.78%77.45%-
HSV(B)258.72º43.25%98.82%-
XYZ45.5236.0296.65-
YUV165.59176.76136.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.94%
GREEN value IS 143 (56.25% from 255) = 25%
BLUE value IS 252 (98.83% from 255) = 44.06%
R=30.94%
G=25%
B=44.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1771432520.300.4300.01258.7294.7877.45
HexB18FFC1E2B011035f4d
Octal261217374365301403137115
Binary101100011000111111111100111101010110110000001110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18FFC; }

 p { color: rgb(177,143,252); }

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

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

 a { background-color: rgb(177,143,252); }

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

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

 span { border-color: rgb(177,143,252); }

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