#B18CFC

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

Shades of Biloba Flower #B18CFC

Tints of Biloba Flower #B18CFC

Color information

#B18CFC (or 0xB18CFC) is unknown color: approx Biloba Flower. HEX triplet: B1, 8C and FC. RGB value is (177,140,252). Sum of RGB (Red+Green+Blue) = 177+140+252=569 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.11% from 569); Green value is 140 (55.08% from 255 or 24.60% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #B18CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18CFC is #4E7303. Grayscale: #A3A3A3. Windows color (decimal): -5141252 or 16551089. OLE color: 16551089.

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

Color convert

RGB177140252-
CMYK0.300.4400.01
HSL259.82º94.92%76.86%-
HSV(B)259.82º44.44%98.82%-
XYZ45.0835.1396.5-
YUV163.83177.76137.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.11%
GREEN value IS 140 (55.08% from 255) = 24.60%
BLUE value IS 252 (98.83% from 255) = 44.29%
R=31.11%
G=24.60%
B=44.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1771402520.300.4400.01259.8294.9276.86
HexB18CFC1E2C011045f4d
Octal261214374365401404137115
Binary101100011000110011111100111101011000110000010010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18CFC; }

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

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

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

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

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

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

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

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