#B193EB

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

Shades of Biloba Flower #B193EB

Tints of Biloba Flower #B193EB

Color information

#B193EB (or 0xB193EB) is unknown color: approx Biloba Flower. HEX triplet: B1, 93 and EB. RGB value is (177,147,235). Sum of RGB (Red+Green+Blue) = 177+147+235=559 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.66% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 235 - color contains mainly: blue. Hex color #B193EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B193EB is #4E6C14. Grayscale: #A5A5A5. Windows color (decimal): -5139477 or 15438769. OLE color: 15438769.

HSL color Cylindrical-coordinate representation of color #B193EB: hue angle of 260.45º degrees, saturation: 0.69, 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 #B193EB is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB177147235-
CMYK0.250.3700.08
HSL260.45º68.75%74.9%-
HSV(B)260.45º37.45%92.16%-
XYZ43.5636.2183.29-
YUV166166.94135.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.66%
GREEN value IS 147 (57.81% from 255) = 26.30%
BLUE value IS 235 (92.19% from 255) = 42.04%
R=31.66%
G=26.30%
B=42.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1771472350.250.3700.08260.4568.7574.9
HexB193EB192508104454b
Octal2612233533145010404105113
Binary101100011001001111101011110011001010100010000010010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B193EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B193EB; }

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

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

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

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

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

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

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

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