#B194EC

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

Shades of Biloba Flower #B194EC

Tints of Biloba Flower #B194EC

Color information

#B194EC (or 0xB194EC) is unknown color: approx Biloba Flower. HEX triplet: B1, 94 and EC. RGB value is (177,148,236). Sum of RGB (Red+Green+Blue) = 177+148+236=561 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.55% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #B194EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B194EC is #4E6B13. Grayscale: #A6A6A6. Windows color (decimal): -5139220 or 15504561. OLE color: 15504561.

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

Color convert

RGB177148236-
CMYK0.250.3700.07
HSL259.77º69.84%75.29%-
HSV(B)259.77º37.29%92.55%-
XYZ43.8636.5884.11-
YUV166.7167.11135.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.55%
GREEN value IS 148 (58.20% from 255) = 26.38%
BLUE value IS 236 (92.58% from 255) = 42.07%
R=31.55%
G=26.38%
B=42.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1771482360.250.3700.07259.7769.8475.29
HexB194EC192507104464b
Octal261224354314507404106113
Binary10110001100101001110110011001100101011110000010010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B194EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B194EC; }

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

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

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

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

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

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

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

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