#B193EA

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

Shades of Biloba Flower #B193EA

Tints of Biloba Flower #B193EA

Color information

#B193EA (or 0xB193EA) is unknown color: approx Biloba Flower. HEX triplet: B1, 93 and EA. RGB value is (177,147,234). Sum of RGB (Red+Green+Blue) = 177+147+234=558 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.72% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #B193EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B193EA is #4E6C15. Grayscale: #A5A5A5. Windows color (decimal): -5139478 or 15373233. OLE color: 15373233.

HSL color Cylindrical-coordinate representation of color #B193EA: hue angle of 260.69º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B193EA is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB177147234-
CMYK0.240.3700.08
HSL260.69º67.44%74.71%-
HSV(B)260.69º37.18%91.76%-
XYZ43.4236.1682.53-
YUV165.89166.44135.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.72%
GREEN value IS 147 (57.81% from 255) = 26.34%
BLUE value IS 234 (91.80% from 255) = 41.94%
R=31.72%
G=26.34%
B=41.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1771472340.240.3700.08260.6967.4474.71
HexB193EA182508105434b
Octal2612233523045010405103113
Binary101100011001001111101010110001001010100010000010110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B193EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B193EA; }

 p { color: rgb(177,147,234); }

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

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

 a { background-color: rgb(177,147,234); }

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

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

 span { border-color: rgb(177,147,234); }

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