#B193EC

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

Shades of Biloba Flower #B193EC

Tints of Biloba Flower #B193EC

Color information

#B193EC (or 0xB193EC) is unknown color: approx Biloba Flower. HEX triplet: B1, 93 and EC. RGB value is (177,147,236). Sum of RGB (Red+Green+Blue) = 177+147+236=560 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.61% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #B193EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B193EC is #4E6C13. Grayscale: #A5A5A5. Windows color (decimal): -5139476 or 15504305. OLE color: 15504305.

HSL color Cylindrical-coordinate representation of color #B193EC: hue angle of 260.22º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B193EC is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB177147236-
CMYK0.250.3800.07
HSL260.22º70.08%75.1%-
HSV(B)260.22º37.71%92.55%-
XYZ43.7136.2784.05-
YUV166.12167.44135.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.61%
GREEN value IS 147 (57.81% from 255) = 26.25%
BLUE value IS 236 (92.58% from 255) = 42.14%
R=31.61%
G=26.25%
B=42.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1771472360.250.3800.07260.2270.0875.1
HexB193EC192607104464b
Octal261223354314607404106113
Binary10110001100100111110110011001100110011110000010010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B193EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B193EC; }

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

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

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

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

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

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

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

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