#B180E4

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

Shades of Biloba Flower #B180E4

Tints of Biloba Flower #B180E4

Color information

#B180E4 (or 0xB180E4) is unknown color: approx Biloba Flower. HEX triplet: B1, 80 and E4. RGB value is (177,128,228). Sum of RGB (Red+Green+Blue) = 177+128+228=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 128 (50.39% from 255 or 24.02% from 533); Blue value is 228 (89.45% from 255 or 42.78% from 533); Max value from RGB is 228 - color contains mainly: blue. Hex color #B180E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B180E4 is #4E7F1B. Grayscale: #999999. Windows color (decimal): -5144348 or 14975153. OLE color: 14975153.

HSL color Cylindrical-coordinate representation of color #B180E4: hue angle of 269.4º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B180E4 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB177128228-
CMYK0.220.4400.11
HSL269.4º64.94%69.8%-
HSV(B)269.4º43.86%89.41%-
XYZ39.8530.3977.16-
YUV154.05169.73144.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.21%
GREEN value IS 128 (50.39% from 255) = 24.02%
BLUE value IS 228 (89.45% from 255) = 42.78%
R=33.21%
G=24.02%
B=42.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1771282280.220.4400.11269.464.9469.8
HexB180E4162C0B10d4146
Octal2612003442654013415101106
Binary101100011000000011100100101101011000101110000110110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B180E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B180E4; }

 p { color: rgb(177,128,228); }

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

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

 a { background-color: rgb(177,128,228); }

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

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

 span { border-color: rgb(177,128,228); }

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